BootstrapLayoutItemDataBindingEventArgs.LayoutItem Property
Gets an item object related to the event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Description |
---|---|
BootstrapLayoutItem | A BootstrapLayoutItem object, manipulations on which forced the event to be raised. |
Remarks
The LayoutItem property represents a BootstrapLayoutItem object concerned with raising the event.
See Also