alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridTreeControlAutomationPeer

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

    Constructors

    GridTreeControlAutomationPeer(GridTreeControl)

    Declaration
    public GridTreeControlAutomationPeer(GridTreeControl owner)
    Parameters
    Type Name Description
    GridTreeControl owner

    Properties

    Model

    Declaration
    public GridTreeModel Model { get; }
    Property Value
    Type
    Syncfusion.Windows.Controls.Grid.GridTreeModel

    OwnerGrid

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

    Methods

    GetAutomationControlTypeCore()

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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved