Property Title
Title
Gets or sets the title of the control.
public virtual string Title { get; set; }
Property Value
- string
The title of the control.
Remarks
It's up to control and its parent to decide on how this property will be used. For example if control is a child of the TabControl, Title is displayed as a tab text.