ObjectListShowCommandsEventArgs.ListItem Propriedade
Definição
Retorna o item de lista para os comandos especificados que serão exibidos.Returns the list item for the specified commands that will be displayed. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property System::Web::UI::MobileControls::ObjectListItem ^ ListItem { System::Web::UI::MobileControls::ObjectListItem ^ get(); };
public System.Web.UI.MobileControls.ObjectListItem ListItem { get; }
member this.ListItem : System.Web.UI.MobileControls.ObjectListItem
Public ReadOnly Property ListItem As ObjectListItem
Valor da propriedade
O item de lista para os comandos especificados que serão exibidos.The list item for the specified commands that will be displayed.