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

FormLayoutSettings<ModelType>.LayoutItemDataBound Property

Allows you to perform a custom action after a layout item has been bound to a data source field.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public LayoutItemDataBoundEventHandler LayoutItemDataBound { get; set; }

Property Value

Type Description
LayoutItemDataBoundEventHandler

An LayoutItemDataBoundEventHandler method to which custom processing is delegated.

See Also