TabFormPage.Text Property
Gets or sets the text displayed in the current TabFormPage header.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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
You can specify the text and icon to be displayed in the header of the current TabFormPage using the Text and TabFormPage.Image properties.
See Also