LabelStyle.Format Property

Definition

Gets or sets the formatting string for the label text.

public:
 property System::String ^ Format { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string Format { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Format : string with get, set
Public Property Format As String

Property Value

A string value.

Attributes

Applies to