Back to Devexpress

BarItem.ToString() Method

windowsforms-devexpress-dot-xtrabars-dot-baritem-320df6dd.md

latest1.1 KB
Original Source

BarItem.ToString() Method

Returns this BarItem‘s caption (the BarItem.Caption property value).

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override string ToString()
vb
Public Overrides Function ToString As String

Returns

TypeDescription
String

A String value that is this BarItem‘s caption.

|

See Also

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace