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

BootstrapLayoutItemDataBoundEventArgs Class

Provides data for the BootstrapFormLayout.LayoutItemDataBound event.

Namespace: DevExpress.Web.Bootstrap

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

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