property Calendar.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. Use the SingleSel property to specify whether the control allows single or multiple selections. The control fires the SelectionChanged event when the user selects a new date. The SelDate property selects or unselects a date. The UnSelDate method 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: