TcxCustomDateEditProperties.ShowOnlyValidDates Property
Specifies if the date editor‘s drop-down calendar allows users to select only the dates from an explicitly defined date range.
Declaration
property ShowOnlyValidDates: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
Remarks
You can use MinDate and MaxDate properties to limit the range of dates available for user input. In addition, you can set the ShowOnlyValidDates
property to True
to remove all dates outside the defined valid range from the date editor‘s drop-down calendar.
Default Value
The ShowOnlyValidDates
property’s default value is False
.
See Also