Skip to main content

DateFilterDashboardItem.DatePickerLocation Property

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
DatePickerLocation Far

A DatePickerLocation value that specifies the Date Picker’s location.

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