menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridFormulaParsingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridFormulaParsingEventArgs

    Inheritance
    System.Object
    System.EventArgs
    GridFormulaParsingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class GridFormulaParsingEventArgs : EventArgs

    Constructors

    GridFormulaParsingEventArgs()

    Default constructor.

    Declaration
    public GridFormulaParsingEventArgs()

    GridFormulaParsingEventArgs(String)

    Holds a reference to the string that is to be parsed..

    Declaration
    public GridFormulaParsingEventArgs(string text)
    Parameters
    Type Name Description
    System.String text

    The formula that is to be parsed.

    Properties

    Text

    Get or sets the formula about to be parsed.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved