alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridControlAutomationPeer

    Inheritance
    System.Object
    GridControlAutomationPeer
    GridDataControlAutomationPeer
    Implements
    System.Windows.Automation.Provider.IGridProvider
    System.Windows.Automation.Provider.ISelectionProvider
    System.Windows.Automation.Provider.ITableProvider
    Namespace: Syncfusion.Windows.Controls.Grid.Automation.Peers
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridControlAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider

    Constructors

    GridControlAutomationPeer(GridControlBase)

    Declaration
    public GridControlAutomationPeer(GridControlBase owner)
    Parameters
    Type Name Description
    GridControlBase owner

    Properties

    Model

    Declaration
    public virtual GridModel Model { get; }
    Property Value
    Type
    GridModel

    OwnerGrid

    Declaration
    public GridControlBase OwnerGrid { get; }
    Property Value
    Type
    GridControlBase

    Methods

    CreateGridCellElement(DrawingVisual)

    Declaration
    protected virtual GridCellElement CreateGridCellElement(DrawingVisual dVisual)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingVisual dVisual
    Returns
    Type
    GridCellElement

    GetAutomationControlTypeCore()

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

    GetChildrenCore()

    Declaration
    protected override List<AutomationPeer> GetChildrenCore()
    Returns
    Type
    System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>

    GetClassNameCore()

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

    GetPattern(PatternInterface)

    Declaration
    public override object GetPattern(PatternInterface patternInterface)
    Parameters
    Type Name Description
    System.Windows.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    Implements

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