alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridCellAutomationPeer

    Represents the class that exposes the TreeGridCell to UI Automation.

    Inheritance
    System.Object
    TreeGridCellAutomationPeer
    Namespace: Syncfusion.UI.Xaml.Grid.AutomationPeers
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridCellAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    TreeGridCellAutomationPeer(TreeGridCell)

    Initializes a new instance of the TreeGridCellAutomationPeer class.

    Declaration
    public TreeGridCellAutomationPeer(TreeGridCell treeGridCell)
    Parameters
    Type Name Description
    TreeGridCell treeGridCell

    Specifies the TreeGridCell.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the TreeGridCell that is associated with this TreeGridCellAutomationPeer.

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

    Returns the control type for the TreeGridCell as Custom.

    GetClassNameCore()

    Gets the name of the TreeGridCell that is associated with this TreeGridCellAutomationPeer.

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

    Returns the name of the TreeGridCell.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the TreeGridCell that is associated with this TreeGridCellAutomationPeer.

    Declaration
    protected override string GetItemStatusCore()
    Returns
    Type Description
    System.String

    Returns a string that communicates the visual status of the TreeGridCell.

    GetNameCore()

    Gets the text label of TreeGridCell that is associated with TreeGridCellAutomationPeer.

    Declaration
    protected override string GetNameCore()
    Returns
    Type Description
    System.String

    Returns the text label of TreeGridCell.

    IsEnabledCore()

    Gets a value that indicates whether the TreeGridCell that is associated with this TreeGridCellAutomationPeer can accept keyboard focus.

    Declaration
    protected override bool IsEnabledCore()
    Returns
    Type Description
    System.Boolean

    Returns true.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved