Skip to main content

ReportDesignerSettings.ClientSideEvents Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxReportDesignerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
MVCxReportDesignerClientSideEvents

An MVCxReportDesignerClientSideEvents object.

See Also