MobileControl.DeviceSpecific Propiedad

Definición

Obtiene o establece la construcción de DeviceSpecific/Choice asociada al control. 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:
 property System::Web::UI::MobileControls::DeviceSpecific ^ DeviceSpecific { System::Web::UI::MobileControls::DeviceSpecific ^ get(); void set(System::Web::UI::MobileControls::DeviceSpecific ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.MobileControls.DeviceSpecific DeviceSpecific { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.DeviceSpecific : System.Web.UI.MobileControls.DeviceSpecific with get, set
Public Property DeviceSpecific As DeviceSpecific

Valor de propiedad

La construcción de DeviceSpecific/Selecto asociada al control o null si tal construcción no existe.

Atributos

Se aplica a

Consulte también