Skip to main content
All docs
V25.1
  • DataSourceCacheKeyCreatedEventArgs.Key Property

    Provides access to the data source cache key.

    Namespace: DevExpress.DashboardWeb

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