Skip to main content

ITileNavButton.Caption Property

Gets or sets the caption of the current ITileNavButton.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

string Caption { get; set; }

Property Value

Type Description
String

A System.String value specifying the caption of the current ITileNavButton object.

See Also