Compartir a través de


ObjectList.SelectMoreCommand Propiedad

Definición

Obtiene el texto utilizado para el comando con el fin de seleccionar más elementos de un control ObjectList. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

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

Valor de propiedad

El texto utilizado para el comando con el fin de seleccionar más elementos en una lista de objetos.

Se aplica a

Consulte también