Back to Devexpress

ASPxFormLayout.LayoutItemDataBinding Event

aspnet-devexpress-dot-web-dot-aspxformlayout-b9c8eef4.md

latest1.2 KB
Original Source

ASPxFormLayout.LayoutItemDataBinding Event

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event LayoutItemDataBindingEventHandler LayoutItemDataBinding
vb
Public Event LayoutItemDataBinding As LayoutItemDataBindingEventHandler

Event Data

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

PropertyDescription
LayoutItemGets an item object related to the event.

See Also

ASPxFormLayout Class

ASPxFormLayout Members

DevExpress.Web Namespace