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

ChooseJsonSchemaPage.Roots Property

Gets names of available root elements contained in the JSON data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual IEnumerable<string> Roots { get; protected set; }

Property Value

Type Description
IEnumerable<String>

A collection of strings that specify names of root elements.

See Also