Interface IGraphicCellRenderer
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public interface IGraphicCellRenderer
Properties
CellModel
Declaration
GraphicCellModelBase CellModel { get; }
Property Value
CurrentUIElement
Declaration
UIElement CurrentUIElement { get; }
Property Value
Type |
System.Windows.UIElement |
GridControl
Declaration
GridControlBase GridControl { get; set; }
Property Value
IsEditable
Declaration
Property Value
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
Returns
Type |
System.Windows.UIElement |
RaiseCreated(GraphicCellModelBase)
Declaration
void RaiseCreated(GraphicCellModelBase cellModel)
Parameters
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 |
|
Declaration
bool ShouldTryToHandlePreviewKeyDown(KeyEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyEventArgs |
e |
|
Returns
UnloadUIElements(Int32, GraphicCellUIElement)
Declaration
void UnloadUIElements(int index, GraphicCellUIElement uiElement)
Parameters