Back to Devexpress

NumericRangeControlClient.Minimum Property

windowsforms-devexpress-dot-xtraeditors-dot-numericrangecontrolclient.md

latest1.5 KB
Original Source

NumericRangeControlClient.Minimum Property

Gets or sets the start bound of the total range.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Behavior")]
public object Minimum { get; set; }
vb
<DefaultValue(0)>
<DXCategory("Behavior")>
Public Property Minimum As Object

Property Value

TypeDefaultDescription
Object0

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

Maximum

NumericRangeControlClient Class

NumericRangeControlClient Members

DevExpress.XtraEditors Namespace