Skip to main content
All docs
V26.1
  • DatePickerLocation Enum

    Lists values used to specify the Date Picker’s location in the Date Filter.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public enum DatePickerLocation

    Members

    Name Description
    Near

    A Date Picker is located at the near end of the Quick Button series.

    Far

    A Date Picker is located at the far end of the Quick Button series.

    Hidden

    A Date Picker is hidden.

    Remarks

    Values listed in this enumeration are used to set the DateFilterDashboardItem.DatePickerLocation property.

    See Also