WPF

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

    Show / Hide Table of Contents

    Class GridStackedHeaderCellControlAutomationPeer

    Represents the class that exposes the GridStackedHeaderCellControl to UI Automation.

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

    Constructors

    GridStackedHeaderCellControlAutomationPeer(GridStackedHeaderCellControl)

    Initializes a new instance of the GridStackedHeaderCellControlAutomationPeer class.

    Declaration
    public GridStackedHeaderCellControlAutomationPeer(GridStackedHeaderCellControl control)
    Parameters
    Type Name Description
    GridStackedHeaderCellControl control

    Specifies the GridStackedHeaderCellControl.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the GridStackedHeaderCellControl that is associated with this GridStackedHeaderCellControlAutomationPeer.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationControlType

    Returns the control type for the GridStackedHeaderCellControl as Custom.

    GetClassNameCore()

    Gets the name of the GridStackedHeaderCellControl that is associated with this GridStackedHeaderCellControlAutomationPeer.

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

    Returns the name of the GridStackedHeaderCellControl.

    GetHelpTextCore()

    Gets the string that describes the functionality of the GridStackedHeaderCellControl that is associated with GridStackedHeaderCellControlAutomationPeer.

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

    Returns the string that describes the functionality of the GridStackedHeaderCellControl.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the GridStackedHeaderCellControl that is associated with this GridStackedHeaderCellControlAutomationPeer.

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

    Returns a string that communicates the visual status of the GridStackedHeaderCellControl.

    GetNameCore()

    Gets the text label of GridStackedHeaderCellControl that is associated with GridStackedHeaderCellControlAutomationPeer.

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

    Returns the text label of GridStackedHeaderCellControl.

    IsEnabledCore()

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