TdxRangeControlCustomClientProperties.MinValue Property
Specifies the lowest selectable value within the range control.
Declaration
property MinValue: 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 SelectedRangeMinValue property value cannot be less than the MinValue property value.
See Also