Page.Title Property

Definition

Gets or sets the title that is displayed on the header panel.

public:
 virtual property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Localizable(true)]
public virtual string Title { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.Title : string with get, set
Public Overridable Property Title As String

Property Value

The title that is displayed on the header panel.

Attributes

Applies to