Class PercentEditMode
Specifies editing way of text in PercentTextBox control.
Inheritance
System.Object
PercentEditMode
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class PercentEditMode : Enum
Fields
DoubleMode
The values while editing are shown as double values and it should be converted to percentage value once the control loses focus.
Declaration
public const PercentEditMode DoubleMode
Field Value
Type |
---|
PercentEditMode |
PercentMode
The values while editing are shown as percent values.
Declaration
public const PercentEditMode PercentMode
Field Value
Type |
---|
PercentEditMode |