Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public LayoutItemDataBoundEventHandler LayoutItemDataBound { get; set; }

Property Value

Type Description
LayoutItemDataBoundEventHandler

An LayoutItemDataBoundEventHandler method to which custom processing is delegated.

See Also