Skip to main content
All docs
V24.2

DataSourceCacheKeyCreatedEventArgs.Key Property

Provides access to the data source cache key.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

#Declaration

public IDataSourceCacheKey Key { get; }

#Property Value

Type Description
IDataSourceCacheKey

The data source cache key.

See Also