menu

WinUI

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

    Show / Hide Table of Contents

    Class GridHeaderCellControlAutomationPeer

    Represents the class that exposes the GridHeaderCellControl to UI Automation.

    Inheritance
    System.Object
    GridHeaderCellControlAutomationPeer
    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 GridHeaderCellControlAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider

    Constructors

    GridHeaderCellControlAutomationPeer(GridHeaderCellControl)

    Initializes a new instance of the GridHeaderCellControlAutomationPeer class.

    Declaration
    public GridHeaderCellControlAutomationPeer(GridHeaderCellControl control)
    Parameters
    Type Name Description
    GridHeaderCellControl control

    Specifies the GridHeaderCellControl.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the GridHeaderCellControl that is associated with this GridHeaderCellControlAutomationPeer.

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

    Returns the control type for the GridHeaderCellControl as Custom.

    GetClassNameCore()

    Gets the name of the GridHeaderCellControl that is associated with this GridHeaderCellControlAutomationPeer.

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

    Returns the name of the GridHeaderCellControl.

    GetHelpTextCore()

    Gets the string that describes the functionality of the GridHeaderCellControl that is associated with GridHeaderCellControlAutomationPeer.

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

    Returns the string that describes the functionality of the GridHeaderCellControl.

    GetNameCore()

    Gets the text label of GridHeaderCellControl that is associated with GridHeaderCellControlAutomationPeer.

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

    Returns the text label of GridHeaderCellControl.

    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 GridHeaderCellControl that is associated with this GridHeaderCellControlAutomationPeer 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