menu

UWP

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

    Show / Hide Table of Contents

    Class GridFormulaParsingEventArgs

    Inheritance
    System.Object
    GridFormulaParsingEventArgs
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved