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

NavigationPageBase.Caption Property

Gets or sets the caption of this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
[Bindable(true)]
[Browsable(true)]
[SmartTagProperty("Caption", "Appearance", 0)]
public string Caption { get; set; }

Property Value

Type Description
String

A String value that is the page caption.

See Also