RepositoryItemSpinEdit.MaxValue Property
Gets or sets the editor’s maximum value.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
[DXCategory("Behavior")]
[SmartTagProperty("MaxValue", "", SmartTagActionType.RefreshBoundsAfterExecute)]
public decimal MaxValue { get; set; }
Property Value
Type | Description |
---|---|
Decimal | A decimal value representing the editor’s maximum value. |
Remarks
By default, both the RepositoryItemSpinEdit.MinValue and MaxValue properties are set to 0. This means that the editor’s value is only limited to valid decimal numbers. Use these properties to determine the spin editor’s range of values allowable.
Setting RepositoryItemSpinEdit.MaxValue to a value less than the editor’s minimum value automatically sets MinValue to RepositoryItemSpinEdit.MaxValue. Also, setting MinValue to a value larger than the editor’s maximum value automatically sets RepositoryItemSpinEdit.MaxValue to MinValue.