TcxCustomDateNavigator.UnlimitedSelection Property
In This Article
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
Delphi
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 Unlimited
The default value of the UnlimitedSelection property is False.
See Also