Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavigationPageBase.Caption Property

Gets or sets the caption of this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.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