Back to Devexpress

BarItem.ItemTypeName Property

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

latest1.1 KB
Original Source

BarItem.ItemTypeName Property

Returns the bar item’s type 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 virtual string ItemTypeName { get; set; }
vb
<Browsable(False)>
Public Overridable Property ItemTypeName As String

Property Value

TypeDescription
String

A string that specifies the bar item’s type name.

|

See Also

BarItem Class

BarItem Members

DevExpress.Xpf.Bars Namespace