Class CalulationExtensions
Inheritance
System.Object
CalulationExtensions
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public static class CalulationExtensions : Object
Methods
GetCompiledExpression(Type, Boolean, String, out ExpressionError)
Declaration
public static Delegate GetCompiledExpression(this Type type, bool caseSensitive, string formula, out ExpressionError error)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.Boolean | caseSensitive | |
System.String | formula | |
ExpressionError | error |
Returns
Type |
---|
System.Delegate |