Skip to main content

ChooseJsonSchemaPage.RootElement Property

Gets the name of the selected root element.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string RootElement { get; set; }

Property Value

Type Description
String

The name of the selected root element.

See Also