WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ParseMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ParseMode

    Defines the constants that used to parse different numeric types (int, double, decimal) in GridNumericColumn and TreeGridNumericColumn. By default, NumericColumn treats all the value types as double and return double.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum ParseMode

    Fields

    Name Description
    Decimal

    Parse the value as Decimal type.

    Double

    Parse the value as Double type.

    Int

    Parse the value as int type.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved