Back to Devexpress

NavigationPageBase.Caption Property

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

latest1.3 KB
Original Source

NavigationPageBase.Caption Property

Gets or sets the caption of this page.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Bindable(true)]
[Browsable(true)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Always)]
public string Caption { get; set; }
vb
<DXCategory("Appearance")>
<Bindable(True)>
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Property Caption As String

Property Value

TypeDescription
String

A String value that is the page caption.

|

See Also

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace