Skip to main content
A newer version of this page is available. .

ReportDesignerSettings.ClientSideEvents Property

Provides access to the client-side events specific to the MVCxClientReportDesigner.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxReportDesignerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
MVCxReportDesignerClientSideEvents

An MVCxReportDesignerClientSideEvents object.

See Also