LayoutItemBase Class
Represents the base class for the LayoutItem, the LayoutGroup, and TabbedLayoutGroup classes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Related API Members
The following members accept/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).