ASPxFormLayout.LayoutItemDataBound Event
In This Article
Occurs after a layout item has been bound to a data source field.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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 |
---|---|
Layout |
Gets a layout item object related to the event. |
Nested |
Gets the nested control value. |
See Also