Back to Devexpress

BarItem.BarItemName Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritem-f3a699be.md

latest1.0 KB
Original Source

BarItem.BarItemName Property

Gets or sets the bar item’s name. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public string BarItemName { get; set; }
vb
<Browsable(False)>
Public Property BarItemName As String

Property Value

TypeDescription
String

A string that specifies the bar item’s name.

|

See Also

BarItem Class

BarItem Members

DevExpress.Xpf.Bars Namespace