Skip to main content
All docs
V25.1
  • IDataSourceCacheKey.Columns Property

    Gets column names from the data source associated with the current cache key.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    IEnumerable<string> Columns { get; }

    Property Value

    Type Description
    IEnumerable<String>

    A collection of String values that store columns names.

    See Also