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

BootstrapLayoutItemDataBoundEventArgs(LayoutItem, Object) Constructor

Initializes a new instance of the BootstrapLayoutItemDataBoundEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapLayoutItemDataBoundEventArgs(
    LayoutItem layoutItem,
    object nestedControlValue
)

Parameters

Name Type Description
layoutItem LayoutItem

A LayoutItem object representing an item related to the generated event.

nestedControlValue Object

An Object object that is a value of a control nested into the layout item with the specified field name.

Remarks

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

See Also