menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PercentDisplayMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PercentDisplayMode

    Contains the values for the PercentDisplayMode enumeration allow to display the value with percentage computation.

    Inheritance
    System.Object
    PercentDisplayMode
    Namespace: Syncfusion.SfNumericTextBox.XForms
    Assembly: Syncfusion.SfNumericTextBox.XForms.dll
    Syntax
    public sealed class PercentDisplayMode : Enum

    Fields

    Compute

    Computes the entered value as percentage and displays with percentage symbol.

    Declaration
    public const PercentDisplayMode Compute
    Field Value
    Type
    PercentDisplayMode

    Value

    Displays the entered value with percentage symbol.

    Declaration
    public const PercentDisplayMode Value
    Field Value
    Type
    PercentDisplayMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved