menu

WPF

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

    Show / Hide Table of Contents

    Class GridCellVisualAutomationPeer

    Inheritance
    System.Object
    GridCellVisualAutomationPeer
    Implements
    System.Windows.Automation.Provider.IValueProvider
    System.Windows.Automation.Provider.IGridItemProvider
    Namespace: Syncfusion.Windows.Controls.Grid.Automation.Peers
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellVisualAutomationPeer : UIElementAutomationPeer, IValueProvider, IGridItemProvider

    Constructors

    GridCellVisualAutomationPeer(GridCell)

    Declaration
    public GridCellVisualAutomationPeer(GridCell cell)
    Parameters
    Type Name Description
    GridCell cell

    Properties

    OwnerCell

    Declaration
    public GridCell OwnerCell { get; }
    Property Value
    Type
    GridCell

    Methods

    GetAutomationControlTypeCore()

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type
    System.Windows.Automation.Peers.AutomationControlType

    GetClassNameCore()

    Declaration
    protected override string GetClassNameCore()
    Returns
    Type
    System.String

    Implements

    System.Windows.Automation.Provider.IValueProvider
    System.Windows.Automation.Provider.IGridItemProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved