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

NumericRangeControlClient.Minimum Property

Gets or sets the start bound of the total range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(0)]
[DXCategory("Behavior")]
public object Minimum { get; set; }

Property Value

Type Default Description
Object 0

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

Remarks

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

See Also