Table of Contents
SpinEditValueFormat Enumeration

Specifies the formatting of the SpinEdit control.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum SpinEditValueFormat
Members
Member Name Description
Numeric Formats the Value as numeric value.
Currency Formats the Value as currecny value.
Percentage Formats the Value as percentage value.
See Also