Back to Devexpress

SpinEditNumberFormat Enum

aspnet-devexpress-dot-web-bc5d23b0.md

latest1.8 KB
Original Source

SpinEditNumberFormat Enum

Specifies possible display formats for a spin editor’s value.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum SpinEditNumberFormat
vb
Public Enum SpinEditNumberFormat

Members

NameDescription
Custom

The displayed number is represented using a custom format pattern specified via the SpinEditProperties.DisplayFormatString property.

| | Currency |

The displayed number is represented using a format pattern for a currency value (which is associated with the ‘c’ format character).

| | Percent |

The displayed number is represented using a format pattern for a percentage value (which is associated with the ‘{0}%’ custom format string).

| | Number |

The displayed number is represented using a general format pattern for a number value (which is associated with the ‘g’ format character).

|

The following properties accept/return SpinEditNumberFormat values:

Remarks

The SpinEditNumberFormat type enumerates the possible values for the SpinEditProperties.NumberFormat property.

See Also

Spin Editor

DevExpress.Web Namespace