Enum PercentEditMode
Specifies editing way of text in PercentTextBox control.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public enum PercentEditMode
Fields
| Name | Description |
|---|---|
| DoubleMode | The values while editing are shown as double values and it should be converted to percentage value once the control loses focus. |
| PercentMode | The values while editing are shown as percent values. |