DateFilterDashboardItem.DatePickerLocation Property
In This Article
Gets or sets 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
[DefaultValue(DatePickerLocation.Far)]
public DatePickerLocation DatePickerLocation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Date |
Far | A Date |
Available values:
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. |
See Also