Class GridFormulaParsingEventArgs
Inheritance
System.Object
GridFormulaParsingEventArgs
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 |