NumericSpinnerMinValue Property

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

Definition

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

Property Value

Decimal

See Also