BootstrapLayoutItemDataBindingEventArgs Class
In This Article
Provides data for the BootstrapFormLayout.LayoutItemDataBinding event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.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