Skip to main content
Tab

ASPxFormLayout.LayoutItemDataBinding Event

In This Article

Fires on the server side before a layout item is bound to a data source.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public event LayoutItemDataBindingEventHandler LayoutItemDataBinding

#Event Data

The LayoutItemDataBinding event's data class is LayoutItemDataBindingEventArgs. The following properties provide information specific to this event:

Property Description
LayoutItem Gets an item object related to the event.
See Also