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

TileNavElement.Caption Property

Gets or sets the caption of the current TileNavElement when it is rendered as a button in the TileNavPane‘s nav bar.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
public override string Caption { get; set; }

Property Value

Type Default Description
String *null*

The String value specifying the caption of the current TileNavElement when it is rendered as a button in the TileNavPane‘s nav bar.

Remarks

The Caption property is overridden to perform specific actions. See NavElement.Caption to learn more.

See Also