Skip to main content

SpinEdit.MaxValue Property

Gets or sets the editor's maximum value. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public decimal? MaxValue { get; set; }

#Property Value

Type Description
Nullable<Decimal>

A Decimal value that specifies the maximum allowed value.

#Remarks

The minimum allowed value is specified using the SpinEdit.MinValue property. To specify the editor's current value, use the BaseEdit.EditValue property.

See Also