Skip to main content

TcxCustomDateNavigator.UnlimitedSelection Property

Specifies whether an end-user is limited to selecting up to fourteen days (on a day basis) and up to six weeks (on a week basis) or not.

Declaration

property UnlimitedSelection: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the UnlimitedSelection property to True, to allow an end-user to select an unlimited number of days (if adjacent or non-adjacent days are being selected) or to select an unlimited number of weeks (if selection is by weeks) in the Date Navigator control.

Otherwise an end-user can only select up to fourteen days or six weeks at a time.

Note

use the UnlimitedSelection property only when the Date Navigator control is not connected to the scheduler (using the Scheduler property).

The default value of the UnlimitedSelection property is False.

See Also