Skip to main content

NavigationPageBase.Caption Property

Gets or sets the caption of this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Bindable(true)]
[Browsable(true)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Always)]
public string Caption { get; set; }

Property Value

Type Description
String

A String value that is the page caption.

See Also