Skip to main content
All docs
V26.1
  • DashboardControlClientSideEvents.CustomizeDataSourceWizard Property

    Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.CustomizeDataSourceWizard event is raised.

    Namespace: DevExpress.DashboardWeb

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

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    A string that is a function executed when the the event is raised.

    See Also