TdxRangeControlCustomClientProperties.MaxValue Property
Specifies the highest selectable value within the range control.
Declaration
property MaxValue: TdxRangeEditValue read; write;
Property Value
Type |
---|
TdxRangeEditValue |
Remarks
The MinValue and MaxValue properties specify the lower and upper bounds of the largest range that can be selected within the range control. The control’s SelectedRangeMaxValue property value cannot exceed the MaxValue property value.
See Also