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

ASPxFormLayout.LayoutItemDataBound Event

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public event LayoutItemDataBoundEventHandler LayoutItemDataBound

Event Data

The LayoutItemDataBound event's data class is LayoutItemDataBoundEventArgs. 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.
See Also