GridColumnDateRangePickerSettings.MaxDayCount Property
Specifies the maximum number of days in a range.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | A Int32 value that specifies the number of days. |
Remarks
When a date column’s GridDataColumnHeaderFilterSettings.Mode property is set to DateRangePicker, the column header filter displays a date range picker, allowing end-users to select a date range.
You can use the GridColumnDateRangePickerSettings.MinDayCount and MaxDayCount properties to limit the number of days in a range.
See Also