[]
        
(Showing Draft Content)

C1.Win.Calendar.DateRangeEdit.CalendarRangeSettings

CalendarRangeSettings Class

Represents the drop-down calendar settings for the C1DateRangeEdit component.

Inheritance
CalendarRangeSettings
Namespace: C1.Win.Calendar.DateRangeEdit
Assembly: C1.Win.Calendar.10.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CalendarRangeSettings : CalendarSettings, INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class CalendarRangeSettings
    Inherits CalendarSettings
    Implements INotifyPropertyChanged

Constructors

Name Description
CalendarRangeSettings()

Properties

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.

Methods

Name Description
ResetPredefinedRanges()

Restores the default value of the PredefinedRanges property.

ShouldSerializePredefinedRanges()

Specifies whether to save the value of the PredefinedRanges property.