Enum PercentTextBoxMode
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum PercentTextBoxMode
Fields
| Name | Description |
|---|---|
| NumberMode | values are edited as double values and then displayed using percentage formatting. |
| PercentMode | values are edited as percentage values. |