Skip to main content
All docs
V25.1
  • ASPxDashboard.CanCreateNewJsonDataSource Property

    OBSOLETE

    This property is obsolete now. Use AllowCreateNewJsonConnection instead.

    This property is no longer used. Use AllowCreateNewJsonConnection instead.

    Namespace: DevExpress.DashboardWeb

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

    NuGet Package: DevExpress.Web.Dashboard

    Declaration

    [Browsable(false)]
    [Obsolete("This property is obsolete now. Use ASPxDashboard.AllowCreateNewJsonConnection instead.")]
    public bool CanCreateNewJsonDataSource { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true, to allow end users to create a JSON data source with a new data connection; otherwise, false.

    Remarks

    The CanCreateNewJsonDataSource property is allowed end users to create new JSON data connections in the UI. To avoid misunderstanding, this property was renamed to AllowCreateNewJsonConnection.

    See Also