XmlFileConnectionParameters(String) Constructor
Initializes a new instance of the XmlFileConnectionParameters class.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileName | String | A String that specifies the path to the XML file. This value is assigned to the XmlFileConnectionParameters.FileName property. |
See Also