Back to Devexpress

TdxRangeControlCustomClientProperties.MaxValue Property

vcl-dxrangecontrol-dot-tdxrangecontrolcustomclientproperties-6591d53a.md

latest1020 B
Original Source

TdxRangeControlCustomClientProperties.MaxValue Property

Specifies the highest selectable value within the range control.

Declaration

delphi
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

TdxRangeControlCustomClientProperties Class

TdxRangeControlCustomClientProperties Members

dxRangeControl Unit