menu

WinUI

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

    Show / Hide Table of Contents

    Class TreeGridRowHeaderCellAutomationPeer

    Represents the class that exposes the TreeGridRowHeaderCell to UI Automation.

    Inheritance
    System.Object
    TreeGridRowHeaderCellAutomationPeer
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridRowHeaderCellAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    TreeGridRowHeaderCellAutomationPeer(TreeGridRowHeaderCell)

    Initializes a new instance of the TreeGridRowHeaderCellAutomationPeer class.

    Declaration
    public TreeGridRowHeaderCellAutomationPeer(TreeGridRowHeaderCell treeGridCell)
    Parameters
    Type Name Description
    TreeGridRowHeaderCell treeGridCell

    Specifies the TreeGridRowHeaderCell.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the TreeGridRowHeaderCell that is associated with this TreeGridRowHeaderCellAutomationPeer.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    Microsoft.UI.Xaml.Automation.Peers.AutomationControlType

    Returns the control type for the TreeGridRowHeaderCell as Custom.

    GetClassNameCore()

    Gets the name of the TreeGridRowHeaderCell that is associated with this TreeGridRowHeaderCellAutomationPeer.

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

    Returns the name of the TreeGridRowHeaderCell.

    GetNameCore()

    Gets the text label of TreeGridRowHeaderCell that is associated with TreeGridRowHeaderCellAutomationPeer.

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

    Returns the text label of TreeGridRowHeaderCell.

    IsEnabledCore()

    Gets a value that indicates whether the TreeGridRowHeaderCell that is associated with this TreeGridRowHeaderCellAutomationPeer 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