File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The dasard and the data source are created at runtime. The dasard data sou
1010

1111
The dasard is assigned to the [DasardControl.DasardSource](https://docs.devexpress.com/Dasard/DevExpress.DasardWpf.DasardControl.Dasard) property in the `Window_Loaded` event handler.
1212

13-
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.
13+
Before loading data, 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.
1414

1515
Subsequently the data source is filled with data automatically, and the dasard displays the data.
1616

0 commit comments

Comments
 (0)