Skip to main content

JsonSourceBase.RootElement Property

OBSOLETE

This property is now obsolete. Use the RootElement property instead.

Gets or sets the name of the root element in the associated data source.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
[Obsolete("This property is now obsolete. Use the JsonDataSource.RootElement property instead.", false)]
public string RootElement { get; set; }

Property Value

Type Default Description
String String.Empty

The root element’s name.

Remarks

This property is used for backward compatibility. In this version, we recommend that you set the JsonDataSource object’s RootElement property instead.

See Also