Class GridCurrencyCellRenderer
Inheritance
System.Object
GridCurrencyCellRenderer
Implements
System.IDisposable
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public class GridCurrencyCellRenderer : GridVirtualizingCellRenderer<TextBlock, CurrencyTextBox>, IGridCellRenderer, IDisposable
Constructors
GridCurrencyCellRenderer()
Declaration
public GridCurrencyCellRenderer()
Methods
GetControlValue()
Declaration
public override object GetControlValue()
Returns
Overrides
GetFormattedText(GridStyleInfo)
Declaration
public override string GetFormattedText(GridStyleInfo style)
Parameters
Returns
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.CurrencyTextBox>.GetFormattedText(Syncfusion.UI.Xaml.CellGrid.Styles.GridStyleInfo)
OnEditElementLoaded(Object, RoutedEventArgs)
Declaration
protected override void OnEditElementLoaded(object sender, RoutedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Windows.RoutedEventArgs |
e |
|
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.CurrencyTextBox>.OnEditElementLoaded(System.Object, System.Windows.RoutedEventArgs)
OnInitializeDisplayElement(RowColumnIndex, TextBlock, GridStyleInfo, String)
Declaration
protected override void OnInitializeDisplayElement(RowColumnIndex rowColumnIndex, TextBlock uiElement, GridStyleInfo style, string text)
Parameters
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.CurrencyTextBox>.OnInitializeDisplayElement(Syncfusion.UI.Xaml.Grid.ScrollAxis.RowColumnIndex, System.Windows.Controls.TextBlock, Syncfusion.UI.Xaml.CellGrid.Styles.GridStyleInfo, System.String)
OnInitializeEditElement(RowColumnIndex, CurrencyTextBox, GridStyleInfo, String)
Declaration
protected override void OnInitializeEditElement(RowColumnIndex rowColumnIndex, CurrencyTextBox uiElement, GridStyleInfo style, string text)
Parameters
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.CurrencyTextBox>.OnInitializeEditElement(Syncfusion.UI.Xaml.Grid.ScrollAxis.RowColumnIndex, Syncfusion.Windows.Shared.CurrencyTextBox, Syncfusion.UI.Xaml.CellGrid.Styles.GridStyleInfo, System.String)
OnUnwireEditUIElement(CurrencyTextBox)
Declaration
protected override void OnUnwireEditUIElement(CurrencyTextBox uiElement)
Parameters
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.CurrencyTextBox>.OnUnwireEditUIElement(Syncfusion.Windows.Shared.CurrencyTextBox)
OnUpdateCellStyle(RowColumnIndex, TextBlock, GridStyleInfo, String)
Declaration
protected override void OnUpdateCellStyle(RowColumnIndex cellRowColumnIndex, TextBlock uiElement, GridStyleInfo style, string text)
Parameters
Type |
Name |
Description |
RowColumnIndex |
cellRowColumnIndex |
|
System.Windows.Controls.TextBlock |
uiElement |
|
GridStyleInfo |
style |
|
System.String |
text |
|
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.CurrencyTextBox>.OnUpdateCellStyle(Syncfusion.UI.Xaml.Grid.ScrollAxis.RowColumnIndex, System.Windows.Controls.TextBlock, Syncfusion.UI.Xaml.CellGrid.Styles.GridStyleInfo, System.String)
OnUpdateEditCellStyle(RowColumnIndex, CurrencyTextBox, GridStyleInfo, String)
Declaration
protected override void OnUpdateEditCellStyle(RowColumnIndex cellRowColumnIndex, CurrencyTextBox uiElement, GridStyleInfo style, string text)
Parameters
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.CurrencyTextBox>.OnUpdateEditCellStyle(Syncfusion.UI.Xaml.Grid.ScrollAxis.RowColumnIndex, Syncfusion.Windows.Shared.CurrencyTextBox, Syncfusion.UI.Xaml.CellGrid.Styles.GridStyleInfo, System.String)
OnWireEditUIElement(CurrencyTextBox)
Declaration
protected override void OnWireEditUIElement(CurrencyTextBox uiElement)
Parameters
Overrides
Syncfusion.UI.Xaml.CellGrid.GridCellRenderer.GridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, Syncfusion.Windows.Shared.CurrencyTextBox>.OnWireEditUIElement(Syncfusion.Windows.Shared.CurrencyTextBox)
SetControlValue(Object)
Declaration
public override bool SetControlValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Overrides
Declaration
protected override bool ShouldGridTryToHandleKeyDown(KeyEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyEventArgs |
e |
|
Returns
Overrides
Implements
System.IDisposable