-Prior to data loading, the dasard control fires the [DasardControl.ConfigureDataConnection](https://docs.devexpress.com/Dasard/DevExpress.DasardWpf.DasardControl.ConfigureDataConnection) event. A connection string for the _NorthWind_ database file is assigned to the [CustomStringConnectionParameters.ConnectionString](https://docs.devexpress.com/CoreLibraries/DevExpress.DataAccess.ConnectionParameters.CustomStringConnectionParameters.ConnectionString) property accessible with the [e.ConnectionParameters](https://docs.devexpress.com/CoreLibraries/DevExpress.DataAccess.Sql.ConfigureDataConnectionEventArgs.ConnectionParameters) property. Note that the property returns an object of the base class, you should cast it to the `CustomStringConnectionParameters` type.
0 commit comments