Back to Devexpress

ASPxFormLayout.LayoutItemDataBound Event

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

latest1.3 KB
Original Source

ASPxFormLayout.LayoutItemDataBound Event

Occurs after a layout item has been bound to a data source field.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event LayoutItemDataBoundEventHandler LayoutItemDataBound
vb
Public Event LayoutItemDataBound As LayoutItemDataBoundEventHandler

Event Data

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

PropertyDescription
LayoutItemGets a layout item object related to the event.
NestedControlValueGets the nested control value.

See Also

ASPxFormLayout Class

ASPxFormLayout Members

DevExpress.Web Namespace