Back to Devexpress

LayoutGroup.HasVisibleItems Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-ff34ab56.md

latest1.2 KB
Original Source

LayoutGroup.HasVisibleItems Property

Gets whether the current group contains items whose Visibility property is set to Visibility.Visible. 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 HasVisibleItems { get; }
vb
Public ReadOnly Property HasVisibleItems As Boolean

Property Value

TypeDescription
Boolean

true if the current group contains items whose Visibility property is set to Visibility.Visible ; otherwise, false.

|

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace