Back to Devexpress

DatePickerLocation Enum

dashboard-devexpress-dot-dashboardcommon-f01a0012.md

latest1.5 KB
Original Source

DatePickerLocation Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DatePickerLocation
vb
Public Enum DatePickerLocation

Members

NameDescription
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.

|

The following properties accept/return DatePickerLocation values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace