property CalendarCombo.Selectable as String
Retrieves or sets the expression that defines which dates can be selected.

TypeDescription
String A string expression that indicates which dates can be selected.
By default, the Selectable property is "not(eventdisabled)", meaning all non-disabled dates are selectable. Set the Selectable property before updating the selection, as changing it does not affect the current selection. The SelectionChanged event occurs when the user selects a new date. The SelDate property selects or unselects a date.

The Selectable expression supports the following keywords:

This allows you to define restrictions based on:

This property/method supports predefined constants and operators/functions as described here.

For instance: