ChooseJsonSourcePageView.FilePath Property
Specifies the path to a JSON file.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Property Value
Type | Description |
---|---|
String | The path to a JSON file. |
Remarks
This property can be specified when the ChooseJsonSourcePageView.ConnectionType property is set to File.
See Also