Class GraphicCellUIElement
Inheritance
System.Object
GraphicCellUIElement
Inherited Members
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 GraphicCellUIElement
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 | Description |
---|---|
System.Boolean |
Renderer
Declaration
public IGraphicCellRenderer Renderer { get; }
Property Value
Type | Description |
---|---|
IGraphicCellRenderer |
UIElement
Declaration
public UIElement UIElement { get; }
Property Value
Type | Description |
---|---|
System.Windows.UIElement |