Class PercentTextBoxMode
Inheritance
System.Object
PercentTextBoxMode
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class PercentTextBoxMode : Enum
Fields
NumberMode
values are edited as double values and then displayed using percentage formatting.
Declaration
public const PercentTextBoxMode NumberMode
Field Value
| Type |
|---|
| PercentTextBoxMode |
PercentMode
values are edited as percentage values.
Declaration
public const PercentTextBoxMode PercentMode
Field Value
| Type |
|---|
| PercentTextBoxMode |