Skip to main content
All docs
V18.2

ASPxClientToolbarItemValueChangedEventArgs.item Property

Gets the menu item object related to the event.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientMenuItem item { get; }

Property Value

Type Description
DevExpress.Web.Scripts.ASPxClientMenuItem

An ASPxClientMenuItem object, manipulations on which forced the event to be raised.

See Also