Skip to main content

BootstrapFormLayout.LayoutItemDataBinding Event

Occurs on the server side before a text cell has been rendered.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public event BootstrapLayoutItemDataBindingEventHandler LayoutItemDataBinding

Event Data

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

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

Remarks

Occurs on the server side before a text cell has been rendered.

See Also