WPF

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

    Show / Hide Table of Contents

    Class GridHeaderCellControlAutomationPeer

    Represents the class that exposes the GridHeaderCellControl to UI Automation.

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

    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
    System.Windows.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.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the GridHeaderCellControl that is associated with this GridHeaderCellControlAutomationPeer.

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

    Returns a string that communicates the visual status 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.

    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.

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