Skip to main content
All docs
V26.1
  • ReportDesignerClientSideEvents.CustomizeWizard Property

    Gets or sets the name of the JavaScript function or the entire code which will handle the ASPxClientReportDesigner.CustomizeWizard event.

    Namespace: DevExpress.XtraReports.Web

    Assembly: DevExpress.XtraReports.v26.1.Web.WebForms.dll

    NuGet Package: DevExpress.Web.Reporting

    Declaration

    [DefaultValue("")]
    public string CustomizeWizard { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.

    See Also