A newer version of this page is available.
Switch to the current version.
BootstrapFormLayout.LayoutItemDataBound Event
Occurs after a layout item has been bound to a data source field.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public event BootstrapLayoutItemDataBoundEventHandler LayoutItemDataBound
Public Event LayoutItemDataBound As BootstrapLayoutItemDataBoundEventHandler
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
Feedback