ObjectList.SelectMoreCommand 属性

定义

获取用于命令的文本,该命令在 ObjectList 中选择更多的项。Gets the text used for the command to select more items in an ObjectList. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 static property System::String ^ SelectMoreCommand { System::String ^ get(); };
public static string SelectMoreCommand { get; }
member this.SelectMoreCommand : string
Public Shared ReadOnly Property SelectMoreCommand As String

属性值

String

用于命令的文本,该命令在对象列表中选择更多项。The text used for the command to select more items in an object list.

适用于