Back to Devexpress

TileNavElement.Caption Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavelement-2834197f.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public override string Caption { get; set; }
vb
<DefaultValue(Nothing)>
Public Overrides Property Caption As String

Property Value

TypeDefaultDescription
Stringnull

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

Caption

TileText

TileNavElement Class

TileNavElement Members

DevExpress.XtraBars.Navigation Namespace