Back to Devexpress

LayoutItemBase Class

aspnet-devexpress-dot-web-35add20f.md

latest6.6 KB
Original Source

LayoutItemBase Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class LayoutItemBase :
    CollectionItem,
    IDesignTimePropertiesOwner
vb
Public MustInherit Class LayoutItemBase
    Inherits CollectionItem
    Implements IDesignTimePropertiesOwner

The following members return LayoutItemBase objects:

Remarks

The LayoutItemBase serves as the base class that implements the main functionality of a layout item, layout group or tabbed layout group object. This functionality is inherited by the LayoutItemBase class’ descendants that represent a layout item object within the ASPxFormLayout (the LayoutItem class), a layout group object (the LayoutGroup class), and a tabbed layout group object (the TabbedLayoutGroup class).

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Show 46 items

Object StateManager CollectionItem LayoutItemBase EmptyLayoutItem

LayoutGroupBase

LayoutItem

GridLayoutGroup

GridTabbedLayoutGroup

CardViewLayoutGroup

CommandLayoutItem

GridViewTabbedLayoutGroup

ContentPlaceholderLayoutItem

ColumnLayoutItem

CardViewColumnLayoutItem

CardViewCommandLayoutItem

CardViewTabbedLayoutGroup

GridViewLayoutGroup

LayoutGroup

TabbedLayoutGroup

GridViewColumnLayoutItem

EditModeCommandLayoutItem

BootstrapGridViewColumnLayoutItem

BootstrapEditModeCommandLayoutItem

BootstrapLayoutGroup

MVCxCardViewColumnLayoutItem

MVCxCardViewLayoutGroup

MVCxCardViewTabbedLayoutGroup

MVCxFormLayoutGroup

MVCxFormLayoutGroup<ModelType>

MVCxFormLayoutItem

MVCxGridViewColumnLayoutItem

MVCxGridViewLayoutGroup

MVCxGridViewLayoutGroup<ModelType>

MVCxGridViewTabbedLayoutGroup

MVCxGridViewTabbedLayoutGroup<ModelType>

MVCxTabbedFormLayoutGroup

MVCxTabbedFormLayoutGroup<ModelType>

BootstrapCardViewColumnLayoutItem

BootstrapCardViewCommandLayoutItem

BootstrapCardViewLayoutGroup

BootstrapCardViewTabbedLayoutGroup

BootstrapGridViewLayoutGroup

BootstrapGridViewTabbedLayoutGroup

BootstrapLayoutItem

BootstrapTabbedLayoutGroup

See Also

LayoutItemBase Members

LayoutItem

LayoutGroup

TabbedLayoutGroup

DevExpress.Web Namespace