Skip to main content
A newer version of this page is available. .

DatePickerLocation Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

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