IBindingDateTimePicker.MaxValue

Syntax

MaxValue: DateTime;

Description

The MaxValue property determines value of the MAXVAL parameter in binding string.

Comments

The MAXVAL parameter determines the maximum value, which can be set in the editor.

The MaxValue property is available if the MaxValueDefined property is set to True. If the MaxValue property is changed, the MaxValueDefined property is automatically set to True.

Example

The example of use is given in description of the CheckBox property.

See also:

IBindingDateTimePicker