Back to Devexpress

LayoutItem Class

aspnet-devexpress-dot-web-182de15a.md

latest4.9 KB
Original Source

LayoutItem Class

Represents a layout item within the ASPxFormLayout control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutItem :
    LayoutItemBase,
    IDataSourceViewSchemaAccessor
vb
Public Class LayoutItem
    Inherits LayoutItemBase
    Implements IDataSourceViewSchemaAccessor

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

Inheritance

Show 20 items

Object StateManager CollectionItem LayoutItemBase LayoutItem ContentPlaceholderLayoutItem

CommandLayoutItem

ColumnLayoutItem

CardViewColumnLayoutItem

CardViewCommandLayoutItem

GridViewColumnLayoutItem

EditModeCommandLayoutItem

BootstrapGridViewColumnLayoutItem

BootstrapEditModeCommandLayoutItem

BootstrapCardViewCommandLayoutItem

BootstrapLayoutItem

BootstrapCardViewColumnLayoutItem

MVCxCardViewColumnLayoutItem

MVCxFormLayoutItem

MVCxGridViewColumnLayoutItem

See Also

LayoutItem Members

Form Layout

DevExpress.Web Namespace