aspnet-devexpress-dot-web-35add20f.md
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
public abstract class LayoutItemBase :
CollectionItem,
IDesignTimePropertiesOwner
Public MustInherit Class LayoutItemBase
Inherits CollectionItem
Implements IDesignTimePropertiesOwner
The following members return LayoutItemBase objects:
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).
Show 46 items
Object StateManager CollectionItem LayoutItemBase EmptyLayoutItem
BootstrapGridViewColumnLayoutItem
BootstrapEditModeCommandLayoutItem
MVCxFormLayoutGroup<ModelType>
MVCxGridViewLayoutGroup<ModelType>
MVCxGridViewTabbedLayoutGroup<ModelType>
MVCxTabbedFormLayoutGroup<ModelType>
BootstrapCardViewColumnLayoutItem
BootstrapCardViewCommandLayoutItem
BootstrapCardViewTabbedLayoutGroup
BootstrapGridViewTabbedLayoutGroup
See Also