WPF

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

    Show / Hide Table of Contents

    Class GraphicCheckBoxCellRenderer

    Inheritance
    System.Object
    GraphicCellRendererBase<System.Windows.Controls.CheckBox>
    GraphicCheckBoxCellRenderer
    Implements
    IGraphicCellRenderer
    Inherited Members
    GraphicCellRendererBase<CheckBox>.RaiseCreated(GraphicCellModelBase)
    GraphicCellRendererBase<CheckBox>.IGraphicCellRenderer.Arrange(UIElement, Rect, GraphicStyleInfo)
    GraphicCellRendererBase<CheckBox>.OnArrange(UIElement, Rect, GraphicStyleInfo)
    GraphicCellRendererBase<CheckBox>.IGraphicCellRenderer.PrepareUIElements(GraphicStyleInfo, GraphicCellSpanInfo)
    GraphicCellRendererBase<CheckBox>.IGraphicCellRenderer.SetBounds(UIElement, Rect, Boolean, Boolean)
    GraphicCellRendererBase<CheckBox>.SetBounds(UIElement, Rect, Boolean, Boolean)
    GraphicCellRendererBase<CheckBox>.GetBounds(UIElement)
    GraphicCellRendererBase<CheckBox>.UnloadUIElements(Int32, CheckBox)
    GraphicCellRendererBase<CheckBox>.IGraphicCellRenderer.UnloadUIElements(Int32, GraphicCellUIElement)
    GraphicCellRendererBase<CheckBox>.ShouldTryToHandlePreviewKeyDown(KeyEventArgs)
    GraphicCellRendererBase<CheckBox>.IGraphicCellRenderer.ShouldTryToHandlePreviewKeyDown(KeyEventArgs)
    GraphicCellRendererBase<CheckBox>.CellModel
    GraphicCellRendererBase<CheckBox>.CanCreateRenderElement
    GraphicCellRendererBase<CheckBox>.GridControl
    GraphicCellRendererBase<CheckBox>.CurrentUIElement
    GraphicCellRendererBase<CheckBox>.CurrentRenderElement
    GraphicCellRendererBase<CheckBox>.CurrentStyle
    GraphicCellRendererBase<CheckBox>.IsEditable
    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.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 Description
    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 Description
    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)

    Implements

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