BootstrapLayoutItemDataBoundEventArgs(LayoutItem, Object) Constructor
Initializes a new instance of the BootstrapLayoutItemDataBoundEventArgs class.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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