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