LayoutItem Class
Represents a layout item within the ASPxFormLayout control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return LayoutItem objects:
Remarks
The LayoutItem class implements the functionality of an individual layout item within the ASPxFormLayout control. Instances of the LayoutItem class are maintained within the layout group’s LayoutGroupBase.Items of each layout group and control’s ASPxFormLayout.Items collection which holds the root layout items. Individual layout items can be accessed and manipulated (added or deleted) by using the means provided by the LayoutItemCollection class, exposed via these Items properties.
You can set the layout item’s help text via the LayoutItem.HelpText property or the required mark display mode via the LayoutItem.RequiredMarkDisplayMode.