WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellElement - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCellElement

    Inheritance
    System.Object
    GridCellElement
    GridDataCellElement
    Namespace: Syncfusion.Windows.Controls.Grid.Automation.Peers
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellElement : FrameworkElement

    Constructors

    GridCellElement(DrawingVisual)

    Declaration
    public GridCellElement(DrawingVisual visual)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingVisual visual

    Properties

    ContentVisual

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

    VisualChildrenCount

    Declaration
    protected override int VisualChildrenCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetVisualChild(Int32)

    Declaration
    protected override Visual GetVisualChild(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Windows.Media.Visual

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved