menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGraphicCellRenderer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGraphicCellRenderer

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IGraphicCellRenderer

    Properties

    CellModel

    Declaration
    GraphicCellModelBase CellModel { get; }
    Property Value
    Type
    GraphicCellModelBase

    CurrentUIElement

    Declaration
    UIElement CurrentUIElement { get; }
    Property Value
    Type
    System.Windows.UIElement

    GridControl

    Declaration
    GridControlBase GridControl { get; set; }
    Property Value
    Type
    GridControlBase

    IsEditable

    Declaration
    bool IsEditable { get; }
    Property Value
    Type
    System.Boolean

    Methods

    Arrange(UIElement, Rect, GraphicStyleInfo)

    Declaration
    void Arrange(UIElement uiElements, Rect cellRect, GraphicStyleInfo style)
    Parameters
    Type Name Description
    System.Windows.UIElement uiElements
    System.Windows.Rect cellRect
    GraphicStyleInfo style

    PrepareUIElements(GraphicStyleInfo, GraphicCellSpanInfo)

    Declaration
    UIElement PrepareUIElements(GraphicStyleInfo cellInfo, GraphicCellSpanInfo cellSpanInfo)
    Parameters
    Type Name Description
    GraphicStyleInfo cellInfo
    GraphicCellSpanInfo cellSpanInfo
    Returns
    Type
    System.Windows.UIElement

    RaiseCreated(GraphicCellModelBase)

    Declaration
    void RaiseCreated(GraphicCellModelBase cellModel)
    Parameters
    Type Name Description
    GraphicCellModelBase cellModel

    SetBounds(UIElement, Rect, Boolean, Boolean)

    Declaration
    void SetBounds(UIElement el, Rect rect, bool forceMeasure, bool forceArrange)
    Parameters
    Type Name Description
    System.Windows.UIElement el
    System.Windows.Rect rect
    System.Boolean forceMeasure
    System.Boolean forceArrange

    ShouldTryToHandlePreviewKeyDown(KeyEventArgs)

    Declaration
    bool ShouldTryToHandlePreviewKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e
    Returns
    Type
    System.Boolean

    UnloadUIElements(Int32, GraphicCellUIElement)

    Declaration
    void UnloadUIElements(int index, GraphicCellUIElement uiElement)
    Parameters
    Type Name Description
    System.Int32 index
    GraphicCellUIElement uiElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved