Edit

Share via


ObjectList.CommandStyle Property

Definition

Gets or sets the style used for the object list commands. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::Web::UI::MobileControls::Style ^ CommandStyle { System::Web::UI::MobileControls::Style ^ get(); void set(System::Web::UI::MobileControls::Style ^ value); };
public System.Web.UI.MobileControls.Style CommandStyle { get; set; }
member this.CommandStyle : System.Web.UI.MobileControls.Style with get, set
Public Property CommandStyle As Style

Property Value

The style used for the object list commands.

Remarks

If this property is programmatically set, it is not persisted unless the property is set dynamically on each request. If the property is set declaratively, the property is set on each request. There is no default.

Since different devices have different requirements for styles. You may want several DeviceSpecific settings for the CommandStyle property.

Applies to

See also