Skip to main content
All docs
V24.1

DataSourceCacheKeyCreatedEventArgs.Key Property

Provides access to the data source cache key.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.1.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