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

ASPxFormLayout.LayoutItemDataBinding Event

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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