menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCellHelper - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicCellHelper

    Inheritance
    System.Object
    GraphicCellHelper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GraphicCellHelper

    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

    HandleMouseInputProperty

    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
    Type
    GraphicCellSpanInfo

    GetGraphicCellControl(DependencyObject)

    Declaration
    public static GraphicCellControl GetGraphicCellControl(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type
    GraphicCellControl

    GetGraphicCellRenderer(DependencyObject)

    Declaration
    public static IGraphicCellRenderer GetGraphicCellRenderer(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type
    IGraphicCellRenderer

    GetHandleMouseInput(DependencyObject)

    Declaration
    public static bool? GetHandleMouseInput(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type
    System.Nullable<System.Boolean>

    GetHandleMouseInput(DependencyObject, UIElement)

    Declaration
    public static 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 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
    Type
    GraphicStyleInfo

    SetCellSpanInfo(DependencyObject, GraphicCellSpanInfo)

    Declaration
    public static void SetCellSpanInfo(DependencyObject obj, GraphicCellSpanInfo value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    GraphicCellSpanInfo value

    SetGraphicCellControl(DependencyObject, GraphicCellControl)

    Declaration
    public static void SetGraphicCellControl(DependencyObject obj, GraphicCellControl value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    GraphicCellControl value

    SetGraphicCellRenderer(DependencyObject, IGraphicCellRenderer)

    Declaration
    public static void SetGraphicCellRenderer(DependencyObject obj, IGraphicCellRenderer value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    IGraphicCellRenderer value

    SetHandleMouseInput(DependencyObject, Nullable<Boolean>)

    Declaration
    public static void SetHandleMouseInput(DependencyObject obj, 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, 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved