Skip to main content
All docs
V26.1
  • DateFilterDashboardItem.Dimension Property

    Gets or sets a dimension that provide values for the Date Filter.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    [DefaultValue(null)]
    public Dimension Dimension { get; set; }

    Property Value

    Type Default Description
    Dimension null

    A Dimension object used to provide values for the filter element.

    See Also