BootstrapFormLayout.LayoutItemDataBound Event
Occurs after a layout item has been bound to a data source field.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Event Data
The LayoutItemDataBound event's data class is BootstrapLayoutItemDataBoundEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| LayoutItem | Gets a layout item object related to the event. |
| NestedControlValue | Gets the nested control value. Inherited from LayoutItemDataBoundEventArgs. |
See Also