DateFilterDashboardItem.DatePickerLocation Property
Gets or sets the Date Picker's location in the Date Filter.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(DatePickerLocation.Far)]
public DatePickerLocation DatePickerLocation { get; set; }
<DefaultValue(DatePickerLocation.Far)>
Public Property DatePickerLocation As DatePickerLocation
Property Value
Type | Default | Description |
---|---|---|
DatePickerLocation | Far |
A DatePickerLocation value that specifies the Date Picker's location. |
See Also
Feedback