Skip to main content
Tab

LayoutGroupBase Class

Represents the base class for the LayoutGroup and the TabbedLayoutGroup classes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class LayoutGroupBase :
    LayoutItemBase

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).

See Also