aspnet-devexpress-dot-web-b31bd809.md
Represents the base class for the LayoutGroup and the TabbedLayoutGroup classes.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class LayoutGroupBase :
LayoutItemBase
Public MustInherit Class LayoutGroupBase
Inherits LayoutItemBase
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).
Show 29 items
Object StateManager CollectionItem LayoutItemBase LayoutGroupBase LayoutGroup
BootstrapGridViewTabbedLayoutGroup
BootstrapCardViewTabbedLayoutGroup
MVCxFormLayoutGroup<ModelType>
MVCxGridViewLayoutGroup<ModelType>
MVCxGridViewTabbedLayoutGroup<ModelType>
MVCxTabbedFormLayoutGroup<ModelType>
See Also