ControlElement.Adapter Property

Definition

The type of adapter the control should use. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property Type ^ Adapter { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))]
[System.Configuration.ConfigurationProperty("adapter", IsRequired=true)]
[System.Configuration.SubclassTypeValidator(typeof(System.Web.UI.MobileControls.IControlAdapter))]
public Type Adapter { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("adapter", IsRequired=true)>]
[<System.Configuration.SubclassTypeValidator(typeof(System.Web.UI.MobileControls.IControlAdapter))>]
member this.Adapter : Type with get, set
Public Property Adapter As Type

Property Value

A type derived from IControlAdapter.

Attributes

Applies to

See also