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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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