Class CheckBoxFormControlRenderer
Custom renderer for CheckBox form control.
Inheritance
System.Object
GraphicCellRendererBase<System.Windows.Controls.CheckBox>
CheckBoxFormControlRenderer
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class CheckBoxFormControlRenderer : GraphicCellRendererBase<CheckBox>, IGraphicCellRenderer, IDisposable
Constructors
CheckBoxFormControlRenderer()
Declaration
public CheckBoxFormControlRenderer()
Methods
OnCreateElement(GraphicObject)
Creates a new System.Windows.Controls.CheckBox.
Declaration
protected override CheckBox OnCreateElement(GraphicObject obj)
Parameters
Type | Name | Description |
---|---|---|
GraphicObject | obj |
Returns
Type | Description |
---|---|
System.Windows.Controls.CheckBox | System.Windows.Controls.CheckBox |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.OnCreateElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
OnInitializeElement(GraphicCellControl, CheckBox, GraphicObject)
Initialize or update the properties of GraphicCellControl and its content.
Declaration
protected override void OnInitializeElement(GraphicCellControl container, CheckBox element, GraphicObject graphicObject)
Parameters
Type | Name | Description |
---|---|---|
GraphicCellControl | container | |
System.Windows.Controls.CheckBox | element | System.Windows.Controls.CheckBox |
GraphicObject | graphicObject |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.OnInitializeElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, System.Windows.Controls.CheckBox, Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
UnWireUIElement(CheckBox)
To unwire/unhook UI elements
Declaration
protected override void UnWireUIElement(CheckBox element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.CheckBox | element | System.Windows.Controls.CheckBox |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.UnWireUIElement(System.Windows.Controls.CheckBox)
WireUIElement(CheckBox)
To wire/hook UI events.
Declaration
protected override void WireUIElement(CheckBox element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.CheckBox | element | System.Windows.Controls.CheckBox |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.CheckBox>.WireUIElement(System.Windows.Controls.CheckBox)
Implements
System.IDisposable