Back to Devexpress

LayoutGroup.VisiblePages Property

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

latest1.5 KB
Original Source

LayoutGroup.VisiblePages Property

Gets the collection of visible child items that are displayed in the current group, as tabs.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
[Browsable(false)]
public ObservableCollection<BaseLayoutItem> VisiblePages { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisiblePages As ObservableCollection(Of BaseLayoutItem)

Property Value

TypeDescription
ObservableCollection<BaseLayoutItem>

A collection of visible tab child items.

|

Remarks

This property is in effect when the current group displays its children as tabs. The object returned by the VisiblePages property allows you to access the visible tab child items.

See Also

SelectedItem

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace