Skip to main content

SpinEditNumberFormat Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum SpinEditNumberFormat

Members

Name Description
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).

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also