Back to Devexpress

LayoutGroupBase Class

aspnet-devexpress-dot-web-b31bd809.md

latest3.8 KB
Original Source

LayoutGroupBase Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class LayoutGroupBase :
    LayoutItemBase
vb
Public MustInherit Class LayoutGroupBase
    Inherits 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).

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Show 29 items

Object StateManager CollectionItem LayoutItemBase LayoutGroupBase LayoutGroup

TabbedLayoutGroup

GridLayoutGroup

GridTabbedLayoutGroup

CardViewLayoutGroup

GridViewTabbedLayoutGroup

CardViewTabbedLayoutGroup

GridViewLayoutGroup

BootstrapLayoutGroup

BootstrapGridViewTabbedLayoutGroup

BootstrapCardViewLayoutGroup

BootstrapGridViewLayoutGroup

BootstrapTabbedLayoutGroup

BootstrapCardViewTabbedLayoutGroup

MVCxCardViewTabbedLayoutGroup

MVCxFormLayoutGroup<ModelType>

MVCxGridViewLayoutGroup<ModelType>

MVCxGridViewLayoutGroup

MVCxGridViewTabbedLayoutGroup<ModelType>

MVCxGridViewTabbedLayoutGroup

MVCxFormLayoutGroup

MVCxCardViewLayoutGroup

MVCxTabbedFormLayoutGroup

MVCxTabbedFormLayoutGroup<ModelType>

See Also

LayoutGroupBase Members

DevExpress.Web Namespace