Skip to main content

ChooseJsonSchemaPageView.RootElement Property

Gets the name of the selected root element.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public string RootElement { get; }

Property Value

Type Description
String

The name of the selected root element.

See Also