Back to Devexpress

LayoutGroup.HasSingleItem Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-2a90befd.md

latest1.1 KB
Original Source

LayoutGroup.HasSingleItem Property

Gets whether the group owns a single item. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool HasSingleItem { get; }
vb
Public ReadOnly Property HasSingleItem As Boolean

Property Value

TypeDescription
Boolean

A Boolean value that specifies whether the group owns a single item.

|

See Also

Items

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace