Enum FormatMode
Defines modes that indicate how Value get formatted. The formatted options include percent, currency and numeric.
Namespace: Syncfusion.WinForms.Input.Enums
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public enum FormatMode
Fields
Name | Description |
---|---|
Currency | Displays the value in currency format with currency symbol. |
Numeric | Displays numeric values. |
Percent | Displays the percent value with percent symbol. |