Class GridFormulaCellRenderer
Inheritance
System.Object
GridVirtualizingCellRendererBase<Windows.UI.Xaml.Controls.TextBlock, Windows.UI.Xaml.Controls.TextBox>
GridFormulaCellRenderer
Inherited Members
GridTextBoxCellRenderer.OnInitializeDisplayElement(RowColumnIndex, TextBlock, GridStyleInfo, String)
Namespace: Syncfusion.UI.Xaml.CellGrid.GridCellRenderer
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridFormulaCellRenderer : GridTextBoxCellRenderer, IGridCellRenderer, IDisposable
Constructors
GridFormulaCellRenderer(SfCellGrid)
Declaration
public GridFormulaCellRenderer(SfCellGrid cellgrid)
Parameters
Type | Name | Description |
---|---|---|
SfCellGrid | cellgrid |
Properties
FormulaEngine
Declaration
public FormulaEngine FormulaEngine { get; }
Property Value
Type |
---|
FormulaEngine |
Methods
Dispose(Boolean)
Dispose the live resources used by the GridFormulaCellRenderer class.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Dispose the instance, if it is True |
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRendererBase<Windows.UI.Xaml.Controls.TextBlock, Windows.UI.Xaml.Controls.TextBox>.Dispose(System.Boolean)
GetFormattedText(GridStyleInfo)
Declaration
public override string GetFormattedText(GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style |
Returns
Type |
---|
System.String |
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRenderer<Windows.UI.Xaml.Controls.TextBlock, Windows.UI.Xaml.Controls.TextBox>.GetFormattedText(Syncfusion.UI.Xaml.CellGrid.Styles.GridStyleInfo)
IsEmpty(String)
Declaration
public static bool IsEmpty(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type |
---|
System.Boolean |
OnEditingComplete(UIElement)
Declaration
protected override void OnEditingComplete(UIElement currentRendererElement)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.UIElement | currentRendererElement |
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRendererBase<Windows.UI.Xaml.Controls.TextBlock, Windows.UI.Xaml.Controls.TextBox>.OnEditingComplete(Windows.UI.Xaml.UIElement)
OnSaveChanges()
Declaration
protected override void OnSaveChanges()
Overrides
RefreshCells(Int32, Int32)
Declaration
public void RefreshCells(int row, int col)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | row | |
System.Int32 | col |
Implements
System.IDisposable