WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxFormControlRenderer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckBoxFormControlRenderer

    Custom renderer for CheckBox form control.

    Inheritance
    System.Object
    GraphicCellRendererBase<System.Windows.Controls.CheckBox>
    CheckBoxFormControlRenderer
    Implements
    IGraphicCellRenderer
    System.IDisposable
    Inherited Members
    GraphicCellRendererBase<CheckBox>.RaiseSaveChanges()
    GraphicCellRendererBase<CheckBox>.GetControlValue()
    GraphicCellRendererBase<CheckBox>.Arrange(UIElement, Rect)
    GraphicCellRendererBase<CheckBox>.Measure(UIElement, Size)
    GraphicCellRendererBase<CheckBox>.ShouldTryToHandleKeyDown(GraphicCellControl, KeyEventArgs)
    GraphicCellRendererBase<CheckBox>.PrepareUIElements(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<CheckBox>.InitializeElement(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<CheckBox>.UnloadUIElements(GraphicCellControl)
    GraphicCellRendererBase<CheckBox>.Dispose()
    GraphicCellRendererBase<CheckBox>.Dispose(Boolean)
    GraphicCellRendererBase<CheckBox>.HandlePointerOperations(GraphicCellControl, GridPointerEventArgs)
    GraphicCellRendererBase<CheckBox>.CurrentRendererElement
    GraphicCellRendererBase<CheckBox>.CurrentGraphicObject
    GraphicCellRendererBase<CheckBox>.IsEditable
    GraphicCellRendererBase<CheckBox>.GraphicModel
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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

    GraphicObject

    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

    GraphicCellControl

    System.Windows.Controls.CheckBox element

    System.Windows.Controls.CheckBox

    GraphicObject 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

    IGraphicCellRenderer
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved