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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
LayoutItemDataBoundEventHandler | An LayoutItemDataBoundEventHandler method to which custom processing is delegated. |
See Also