Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Browsable(false)]
public ObservableCollection<BaseLayoutItem> VisiblePages { get; }

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