Skip to main content
A newer version of this page is available. .

JsonSourceBase.RootElement Property

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

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

[Browsable(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