DataLoadingEventArgs.DataSourceName Property
Gets the name of the data source for which the event has been raised.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String that is the name of the data source for which the event has been raised. |
Remarks
Use the DataSourceName property to identify the data source for which the event is raised.
To provide data, use the DataLoadingEventArgs.Data property.
See Also
Feedback