Skip to main content
A newer version of this page is available. .

NumericRangeControlClient.Maximum Property

Gets or sets the end bound of the total range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(10)]
[DXCategory("Behavior")]
public object Maximum { get; set; }

Property Value

Type Default Description
Object 10

An object that is the end bound of the total range.

Remarks

The Maximum property can be set to an integer, double, decimal or float value. The Maximum value must be greater than the NumericRangeControlClient.Minimum value.

See Also