Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TabbedControlGroup.TabPages Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("TabPages")]
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