Back to Devexpress

NavigationPageBase.PageText Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Stringnull

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

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace