Skip to main content
A newer version of this page is available. .

DateFilterDashboardItem.DatePickerLocation Property

Gets or sets the Date Picker’s location in the Date Filter.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.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.

See Also