LayoutGroupBase Class
Represents the base class for the LayoutGroup and the TabbedLayoutGroup classes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The LayoutGroupBase serves as the base class that implements the main functionality of a layout group or tabbed layout group object. This functionality is inherited by the LayoutGroupBase class’ descendants that represent a layout group object (the LayoutGroup class), and a tabbed layout group object (the TabbedLayoutGroup class).
Inheritance
Object
StateManager
CollectionItem
LayoutItemBase
LayoutGroupBase
See Also