Skip to main content
A newer version of this page is available. .
Tab

LayoutItem Class

Represents a layout item within the ASPxFormLayout control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class LayoutItem :
    LayoutItemBase,
    IDataSourceViewSchemaAccessor

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.

See Also