TabFormPage.Text Property
In This Article
Gets or sets the text displayed in the current TabFormPage header.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies text displayed in the header of the current Tab |
#Remarks
Use Text
and TabFormPage.ImageOptions properties to display the text and image within the tab page header.
See Also