ObjectList.LabelStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the style used for the header label. 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 ^ LabelStyle { System::Web::UI::MobileControls::Style ^ get(); void set(System::Web::UI::MobileControls::Style ^ value); };
public System.Web.UI.MobileControls.Style LabelStyle { get; set; }
member this.LabelStyle : System.Web.UI.MobileControls.Style with get, set
Public Property LabelStyle As Style
Property Value
The style used for the header label.
Remarks
Setting this property in code is not persisted between requests, so if you want the style to be consistently set, you must set the property on each request. If the property is set declaratively, the property is persisted between requests. In addition, setting the property declaratively allows you to use a DeviceSpecific/Choice
structure to set the property for various devices.