menu

WinUI

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

    Show / Hide Table of Contents

    Class TreeGridHeaderCellAutomationPeer

    Represents the class that exposes the GridIndentCell to UI Automation.

    Inheritance
    System.Object
    TreeGridHeaderCellAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider
    Microsoft.UI.Xaml.Automation.Provider.IScrollItemProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridHeaderCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider

    Constructors

    TreeGridHeaderCellAutomationPeer(TreeGridHeaderCell)

    Initializes a new instance of the TreeGridHeaderCellAutomationPeer class.

    Declaration
    public TreeGridHeaderCellAutomationPeer(TreeGridHeaderCell treeGridHeaderCell)
    Parameters
    Type Name Description
    TreeGridHeaderCell treeGridHeaderCell

    Specifies the TreeGridHeaderCell.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the TreeGridHeaderCell that is associated with this TreeGridHeaderCellAutomationPeer.

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

    Returns the control type for the TreeGridHeaderCell as Custom.

    GetClassNameCore()

    Gets the name of the TreeGridHeaderCell that is associated with this TreeGridHeaderCellAutomationPeer.

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

    Returns the name of the TreeGridHeaderCell.

    GetNameCore()

    Gets the text label of TreeGridHeaderCell that is associated with TreeGridHeaderCellAutomationPeer.

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

    Returns the text label of TreeGridHeaderCell.

    GetPatternCore(PatternInterface)

    Declaration
    protected override object GetPatternCore(PatternInterface patternInterface)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    Invoke()

    Declaration
    public void Invoke()

    IsEnabledCore()

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

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

    Returns true.

    ScrollIntoView()

    Declaration
    public void ScrollIntoView()

    Implements

    Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider
    Microsoft.UI.Xaml.Automation.Provider.IScrollItemProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved