alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GraphicCellUIElement

    Inheritance
    System.Object
    GraphicCellUIElement
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GraphicCellUIElement : Object

    Constructors

    GraphicCellUIElement(UIElement, IGraphicCellRenderer)

    Declaration
    public GraphicCellUIElement(UIElement uiElement, IGraphicCellRenderer renderer)
    Parameters
    Type Name Description
    System.Windows.UIElement uiElement
    IGraphicCellRenderer renderer

    Properties

    IsDirty

    Declaration
    public bool IsDirty { get; set; }
    Property Value
    Type
    System.Boolean

    Renderer

    Declaration
    public IGraphicCellRenderer Renderer { get; }
    Property Value
    Type
    IGraphicCellRenderer

    UIElement

    Declaration
    public UIElement UIElement { get; }
    Property Value
    Type
    System.Windows.UIElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved