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

TabbedGroup.TabPages Property

Gets the collection of layout groups which is owned by the current tabbed group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
public TabbedGroupsCollection TabPages { get; }

Property Value

Type Description
DevExpress.XtraLayout.Utils.TabbedGroupsCollection

A DevExpress.XtraLayout.Utils.TabbedGroupsCollection object which represents the collection of layout groups owned by the tabbed group.

Remarks

The TabPages property provides access to the layout groups owned by the tabbed group. The returned object provides properties and methods that can be used to add, delete and access individual layout groups within the collection.

See Also