DatePickerLocation Enum
Lists values used to specify the Date Picker’s location in the Date Filter.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.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. |
Remarks
Values listed in this enumeration are used to set the DateFilterDashboardItem.DatePickerLocation property.
See Also