Back to Devexpress

TdxRangeControlCustomClientProperties.MinValue Property

vcl-dxrangecontrol-dot-tdxrangecontrolcustomclientproperties.md

latest1.0 KB
Original Source

TdxRangeControlCustomClientProperties.MinValue Property

Specifies the lowest selectable value within the range control.

Declaration

delphi
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

TdxRangeControlCustomClientProperties Class

TdxRangeControlCustomClientProperties Members

dxRangeControl Unit