alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridCell

    Inheritance
    System.Object
    GridCell
    Namespace: Syncfusion.Windows.Controls.Grid.Automation.Peers
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCell : UIElement

    Constructors

    GridCell(RowColumnIndex, DrawingVisual)

    Declaration
    public GridCell(RowColumnIndex rowColIndex, DrawingVisual visual)
    Parameters
    Type Name Description
    RowColumnIndex rowColIndex
    System.Windows.Media.DrawingVisual visual

    Properties

    RenderedVisual

    Declaration
    public DrawingVisual RenderedVisual { get; }
    Property Value
    Type
    System.Windows.Media.DrawingVisual

    RowColumnIndex

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type
    RowColumnIndex

    Methods

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type
    System.Windows.Automation.Peers.AutomationPeer

    OnRender(DrawingContext)

    Declaration
    protected override void OnRender(DrawingContext drawingContext)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext drawingContext
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved