RangeBaseEdit.Maximum Property
In This Article
Gets or sets the maximum allowed value.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that specifies the maximum allowed value. |
#Remarks
The editor's RangeBaseEdit.Value property cannot be set to a value less than RangeBaseEdit.Minimum and greater that RangeBaseEdit.Maximum. By default, these properties are set to 0 and 100, respectively.
See Also