NumericSpinnerMaxValue Property

Gets or sets the maximum value allowed. The default is decimal maximum.

Definition

Namespace: Common.Wpf.Controls
Assembly: Common.Wpf.Controls (in Common.Wpf.Controls.dll) Version: 2.0.7
C#
public decimal MaxValue { get; set; }

Property Value

Decimal

See Also