Class GraphicCheckBoxCellRenderer
Inheritance
System.Object
GraphicCellRendererBase<System.Windows.Controls.CheckBox>
GraphicCheckBoxCellRenderer
Implements
Inherited Members
GraphicCellRendererBase<CheckBox>.IGraphicCellRenderer.ShouldTryToHandlePreviewKeyDown(KeyEventArgs)
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCheckBoxCellRenderer : GraphicCellRendererBase<CheckBox>, IGraphicCellRenderer
Constructors
GraphicCheckBoxCellRenderer()
Declaration
public GraphicCheckBoxCellRenderer()
Methods
CreateUIElement(GraphicStyleInfo)
Declaration
protected override CheckBox CreateUIElement(GraphicStyleInfo cellInfo)
Parameters
Type | Name | Description |
---|---|---|
GraphicStyleInfo | cellInfo |
Returns
Type |
---|
System.Windows.Controls.CheckBox |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.CreateUIElement(Syncfusion.Windows.Controls.Grid.GraphicStyleInfo)
GetControlValueFromEditor(CheckBox)
Declaration
protected override object GetControlValueFromEditor(CheckBox uiElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.CheckBox | uiElement |
Returns
Type |
---|
System.Object |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.GetControlValueFromEditor(System.Windows.Controls.CheckBox)
OnInitializeContent(CheckBox, GraphicStyleInfo)
Declaration
protected override void OnInitializeContent(CheckBox element, GraphicStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.CheckBox | element | |
GraphicStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.OnInitializeContent(System.Windows.Controls.CheckBox, Syncfusion.Windows.Controls.Grid.GraphicStyleInfo)
UnWireEvents(CheckBox)
Declaration
protected override void UnWireEvents(CheckBox element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.CheckBox | element |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.UnWireEvents(System.Windows.Controls.CheckBox)
WireEvents(CheckBox)
Declaration
protected override void WireEvents(CheckBox element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.CheckBox | element |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.WireEvents(System.Windows.Controls.CheckBox)