Skip to main content
A newer version of this page is available. .

BootstrapFormLayout.LayoutItemDataBound Event

Occurs after a layout item has been bound to a data source field.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public event BootstrapLayoutItemDataBoundEventHandler LayoutItemDataBound

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