Skip to main content
A newer version of this page is available. .
Bar

TabFormPage.Text Property

Gets or sets the text displayed in the current TabFormPage header.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue("")]
public string Text { get; set; }

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