TabFormPage.Text Property
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.Empty | A string value that specifies text displayed in the header of the current TabFormPage. |
Remarks
Use Text
and TabFormPage.ImageOptions properties to display the text and image within the tab page header.
See Also