ComponentOne Calendar for ASP.NET Web Forms
Behavior / Calendar Dates / Selected Dates
In This Topic
    Selected Dates
    In This Topic

    Setting the SelectedDate property causes an individual date to be highlighted in the control. You can apply multiple selected dates through adding selected date values to the DateTime Collection Editor.

    Accessing the DateTime Collection Editor

    To access the DateTime Collection Editor, complete the following steps:

    1. Locate the SelectedDates property from C1Calendar's Properties window.
    2. Click on the ellipsis button next to the SelectedDates property.

    Optionally, users can move to arbitrary dates by clicking a day or moving from month to month. The calendar can be configured to allow users to select multiple dates, either an entire week or an entire month.

    See Also