Back to Devexpress

BarItem.IsPrivate Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritem-3ab4b4ce.md

latest1.0 KB
Original Source

BarItem.IsPrivate Property

Gets or sets whether the current bar item is for internal use. 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 bool IsPrivate { get; set; }
vb
<Browsable(False)>
Public Property IsPrivate As Boolean

Property Value

TypeDescription
Boolean

A Boolean value.

|

See Also

BarItem Class

BarItem Members

DevExpress.Xpf.Bars Namespace