DatePickerLocation Enum
In This Article
Lists values used to specify the Date Picker’s location in the Date Filter.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#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. |
#Related API Members
The following properties accept/return DatePickerLocation values:
#Remarks
Values listed in this enumeration are used to set the DateFilterDashboardItem.DatePickerLocation property.
See Also