Class PercentDisplayMode
Contains the values for the PercentDisplayMode enumeration allow to display the value with percentage computation .
Inheritance
System.Object
PercentDisplayMode
Namespace: Syncfusion.SfNumericUpDown.XForms
Assembly: Syncfusion.SfNumericUpDown.XForms.dll
Syntax
public sealed class PercentDisplayMode : Enum
Fields
Compute
Display the computed value with Percentage(%) symbol.
Declaration
public const PercentDisplayMode Compute
Field Value
Type |
---|
PercentDisplayMode |
Value
Display the value with Percentage(%) symbol.
Declaration
public const PercentDisplayMode Value
Field Value
Type |
---|
PercentDisplayMode |