Class GraphicCellUIElement
Inheritance
System.Object
GraphicCellUIElement
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCellUIElement : Object
Constructors
GraphicCellUIElement(UIElement, IGraphicCellRenderer)
Declaration
public GraphicCellUIElement(UIElement uiElement, IGraphicCellRenderer renderer)
Parameters
Properties
IsDirty
Declaration
public bool IsDirty { get; set; }
Property Value
Renderer
Declaration
public IGraphicCellRenderer Renderer { get; }
Property Value
UIElement
Declaration
public UIElement UIElement { get; }
Property Value
Type |
System.Windows.UIElement |