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

BootstrapFormLayout.LayoutItemDataBinding Event

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

Namespace: DevExpress.Web.Bootstrap

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

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