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

NavigationPageBase.PageText Property

Gets or sets the text displayed in the tab header area of a parent Navigation Pane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(null)]
[SmartTagProperty("Page Text", "Appearance", 1)]
public string PageText { get; set; }

Property Value

Type Default Description
String *null*

A String value that is the text displayed in the tab header area of a parent Navigation Pane control.

Remarks

Refer to the Navigation Pane to learn more.

See Also