Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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