Class GraphicCellHelper
Inheritance
System.Object
GraphicCellHelper
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCellHelper : Object
Constructors
GraphicCellHelper()
Declaration
public GraphicCellHelper()
Fields
CellSpanInfoProperty
Declaration
public static readonly DependencyProperty CellSpanInfoProperty
Field Value
Type |
System.Windows.DependencyProperty |
GraphicCellControlProperty
Declaration
public static readonly DependencyProperty GraphicCellControlProperty
Field Value
Type |
System.Windows.DependencyProperty |
GraphicCellRendererProperty
Declaration
public static readonly DependencyProperty GraphicCellRendererProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HandleMouseInputProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsInTopProperty
Declaration
public static readonly DependencyProperty IsInTopProperty
Field Value
Type |
System.Windows.DependencyProperty |
StyleInfoProperty
Declaration
public static readonly DependencyProperty StyleInfoProperty
Field Value
Type |
System.Windows.DependencyProperty |
Methods
GetCellSpanInfo(DependencyObject)
Declaration
public static GraphicCellSpanInfo GetCellSpanInfo(DependencyObject obj)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
Returns
GetGraphicCellControl(DependencyObject)
Declaration
public static GraphicCellControl GetGraphicCellControl(DependencyObject obj)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
Returns
GetGraphicCellRenderer(DependencyObject)
Declaration
public static IGraphicCellRenderer GetGraphicCellRenderer(DependencyObject obj)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
Returns
Declaration
public static Nullable<bool> GetHandleMouseInput(DependencyObject obj)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
Returns
Type |
System.Nullable<System.Boolean> |
Declaration
public static Nullable<bool> GetHandleMouseInput(DependencyObject obj, UIElement falseIfParent)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.UIElement |
falseIfParent |
|
Returns
Type |
System.Nullable<System.Boolean> |
GetIsInTop(DependencyObject)
Declaration
public static Nullable<bool> GetIsInTop(DependencyObject obj)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
Returns
Type |
System.Nullable<System.Boolean> |
GetStyleInfo(DependencyObject)
Declaration
public static GraphicStyleInfo GetStyleInfo(DependencyObject obj)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
Returns
SetCellSpanInfo(DependencyObject, GraphicCellSpanInfo)
Declaration
public static void SetCellSpanInfo(DependencyObject obj, GraphicCellSpanInfo value)
Parameters
SetGraphicCellControl(DependencyObject, GraphicCellControl)
Declaration
public static void SetGraphicCellControl(DependencyObject obj, GraphicCellControl value)
Parameters
SetGraphicCellRenderer(DependencyObject, IGraphicCellRenderer)
Declaration
public static void SetGraphicCellRenderer(DependencyObject obj, IGraphicCellRenderer value)
Parameters
Declaration
public static void SetHandleMouseInput(DependencyObject obj, Nullable<bool> value)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Nullable<System.Boolean> |
value |
|
SetIsInTop(DependencyObject, Nullable<Boolean>)
Declaration
public static void SetIsInTop(DependencyObject obj, Nullable<bool> value)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Nullable<System.Boolean> |
value |
|
SetStyleInfo(DependencyObject, GraphicStyleInfo)
Declaration
public static void SetStyleInfo(DependencyObject obj, GraphicStyleInfo value)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
GraphicStyleInfo |
value |
|