[]
Represents the drop-down calendar settings for the C1DateRangeEdit component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CalendarRangeSettings : CalendarSettings, INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class CalendarRangeSettings
Inherits CalendarSettings
Implements INotifyPropertyChanged
| Name | Description |
|---|---|
| CalendarRangeSettings() |
| Name | Description |
|---|---|
| MaxSelectionCount | Gets or sets the maximum number of days that can be selected in the control. A value less than or equal to zero is automatically adjusted to 1. |
| PredefinedRanges | Gets the predefined set of custom date ranges that appear in the dropdown calendar for quick selection. |
| ShowPredefinedRanges | Gets or sets a value indicating whether the control displays a list of predefined or user-defined date ranges in the drop-down calendar. |
| Name | Description |
|---|---|
| ResetPredefinedRanges() | Restores the default value of the PredefinedRanges property. |
| ShouldSerializePredefinedRanges() | Specifies whether to save the value of the PredefinedRanges property. |