WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridRowHeaderCellAutomationPeer - WPF API Reference | Syncfusion TreeGridRowHeaderCell to UI Automation. ">

    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.Grid.AutomationPeers
    Assembly: Syncfusion.SfGrid.WPF.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
    System.Windows.Automation.Peers.AutomationControlType

    Returns the control type for the TreeGridRowHeaderCell as Custom.

    GetChildrenCore()

    Gets the collection of child elements of the TreeGridRowHeaderCell that is associated with this TreeGridRowHeaderCellAutomationPeer.

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

    Returns the collection of child elements of the TreeGridRowHeaderCell.

    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.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the TreeGridRowHeaderCell that is associated with this TreeGridRowHeaderCellAutomationPeer.

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

    Returns a string that communicates the visual status 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 - 2021 Syncfusion Inc. All Rights Reserved