Back to Devexpress

NumericRangeControlClient.Maximum Property

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

latest1.5 KB
Original Source

NumericRangeControlClient.Maximum Property

Gets or sets the end bound of the total range.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Object10

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

Minimum

NumericRangeControlClient Class

NumericRangeControlClient Members

DevExpress.XtraEditors Namespace