Skip to main content

IChooseJsonSchemaPageView.RootElement Property

If implemented, gets the name of the selected root element.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

string RootElement { get; }

Property Value

Type Description
String

The name of the selected root element.

See Also