Back to Devexpress

TabFormPage.Text Property

windowsforms-devexpress-dot-xtrabars-dot-tabformpage-39605213.md

latest1.5 KB
Original Source

TabFormPage.Text Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
public string Text { get; set; }
vb
<DefaultValue("")>
Public Property Text As String

Property Value

TypeDefaultDescription
StringString.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

ImageOptions

TabFormPage Class

TabFormPage Members

DevExpress.XtraBars Namespace