Compartir a través de


XhtmlObjectListAdapter.HasDefaultCommand Método

Definición

Devuelve un valor booleano que indica si un control ObjectList contiene un comando predeterminado. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

protected:
 bool HasDefaultCommand();
protected bool HasDefaultCommand ();
member this.HasDefaultCommand : unit -> bool
Protected Function HasDefaultCommand () As Boolean

Devoluciones

Es true si un ObjectList contiene un comando predeterminado; de lo contrario, es false.

Se aplica a

Consulte también