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

ChooseJsonSchemaPage.RootElement Property

Gets the name of the selected root element.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual string RootElement { get; set; }

Property Value

Type Description
String

The name of the selected root element.

See Also