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

IChooseJsonSourcePageView.FilePath Property

If implemented, specifies the path to a JSON file.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

string FilePath { get; set; }

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