TabbedControlGroup.TabPages Property
Gets the collection of layout groups which is owned by the current tabbed group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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