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

BootstrapLayoutItemDataBindingEventArgs Class

Provides data for the BootstrapFormLayout.LayoutItemDataBinding event.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapLayoutItemDataBindingEventArgs :
    LayoutItemDataBindingEventArgs

Remarks

Instances of the BootstrapLayoutItemDataBindingEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object
EventArgs
LayoutItemDataBindingEventArgs
BootstrapLayoutItemDataBindingEventArgs
See Also