Back to Devexpress

TabbedControlGroup.TabPages Property

windowsforms-devexpress-dot-xtralayout-dot-tabbedcontrolgroup.md

latest1.5 KB
Original Source

TabbedControlGroup.TabPages Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("TabPages")]
public TabbedGroupsCollection TabPages { get; }
vb
<DXCategory("TabPages")>
Public ReadOnly Property TabPages As TabbedGroupsCollection

Property Value

TypeDescription
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

TabbedControlGroup Class

TabbedControlGroup Members

DevExpress.XtraLayout Namespace