DateFilterDashboardItem.DatePickerLocation Property
Gets or sets 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
[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