Skip to main content
All docs
V18.2

ASPxClientToolbarItemValueChangedEventArgs.editor Property

Provides access to the toolbar’s value editor on the client.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientControl editor { get; }

Property Value

Type Description
DevExpress.Web.Scripts.ASPxClientControl

An ASPxClientControl descendant.

See Also