A newer version of this page is available.
Switch to the current version.
BootstrapToolbarItemEventArgs.Item Property
Gets an item object related to the event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapToolbarItemBase Item { get; }
Public ReadOnly Property Item As BootstrapToolbarItemBase
Property Value
Type | Description |
---|---|
BootstrapToolbarItemBase | A BootstrapToolbarItemBase object, manipulations on which forced the event to be raised. |
Remarks
The Item property represents a BootstrapToolbarItemBase object concerned with raising the event.
See Also
Feedback