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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
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