DateEditRangeSettings.CalendarColumnCount Property
Gets or sets the number of months displayed in dropdown calendars of the DateEdit editors in date range mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 2 | An integer value that specifies the number of displayed months. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Calendar |
---|---|
ASPx |
|
Date |
|
#Remarks
The ASPxDateEdit control provides the capability to select a date range.
By default, in date range mode, date editors are intended to display two months in their drop-down calendars. This behavior is defined by the CalendarColumnCount property of a date editor that displays the end date (the default value of the CalendarColumnCount property is 2).
Note
For ASP.
The start date editor does not automatically apply the Calendar
You can use the CalendarColumnCount and DateEditRangeSettings.MaxDayCount properties to limit the number of days in a range.
Note
The editor’s date range settings should specified for the end-date ASPx