Skip to main content

BootstrapLayoutItemDataBoundEventArgs Class

Provides data for the BootstrapFormLayout.LayoutItemDataBound event.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapLayoutItemDataBoundEventArgs :
    LayoutItemDataBoundEventArgs

Remarks

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

Inheritance

Object
EventArgs
LayoutItemDataBoundEventArgs
BootstrapLayoutItemDataBoundEventArgs
See Also