Skip to main content
Tab

LayoutItemBase Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class LayoutItemBase :
    CollectionItem,
    IDesignTimePropertiesOwner

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

See Also