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

GridViewEditFormLayoutItemTemplateContainer.LayoutItem Property

Gets a layout item for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ColumnLayoutItem LayoutItem { get; }

Property Value

Type Description
ColumnLayoutItem

A ColumnLayoutItem object that is the item being rendered.

Remarks

Use the LayoutItem property to obtain the item for which the template’s content is currently being rendered. You can use properties of the returned ColumnLayoutItem object to obtain certain values needed to bind the properties of the controls composing your template.

See Also