ASPxFormLayout.LayoutItemDataBinding Event
Fires on the server side before a layout item is bound to a data source.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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