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.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| LayoutItemDataBoundEventHandler | An LayoutItemDataBoundEventHandler method to which custom processing is delegated. |
See Also