Skip to main content

BootstrapLayoutItemDataBindingEventArgs Class

Provides data for the BootstrapFormLayout.LayoutItemDataBinding event.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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