DashboardExtensionSettings.CanCreateNewJsonDataSource Property
OBSOLETE
This property is obsolete now. Use AllowCreateNewJsonConnection instead.
This property is no longer used. Use AllowCreateNewJsonConnection instead.
Namespace: DevExpress.DashboardWeb.Mvc
Assembly: DevExpress.Dashboard.v24.1.Web.Mvc5.dll
NuGet Package: DevExpress.Web.Mvc5.Dashboard
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use DashboardExtensionSettings.AllowCreateNewJsonConnection instead.")]
public bool CanCreateNewJsonDataSource { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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