WPF

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

    Show / Hide Table of Contents

    Class GridRowHeaderCellAutomationPeer

    Represents the class that exposes the GridRowHeaderCell to UI Automation.

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

    Constructors

    GridRowHeaderCellAutomationPeer(GridCell)

    Initializes a new instance of the GridRowHeaderCell class.

    Declaration
    public GridRowHeaderCellAutomationPeer(GridCell gridCell)
    Parameters
    Type Name Description
    GridCell gridCell

    Specifies the GridRowHeaderCell.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the GridRowHeaderCell that is associated with this GridRowHeaderCellAutomationPeer.

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

    Returns the control type for the GridRowHeaderCell as Custom.

    GetChildrenCore()

    Gets the collection of child elements of the GridRowHeaderCell that is associated with this GridRowHeaderCellAutomationPeer.

    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 GridRowHeaderCell.

    GetClassNameCore()

    Gets the name of the GridRowHeaderCell that is associated with this GridRowHeaderCellAutomationPeer.

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

    Returns the name of the GridRowHeaderCell.

    GetHelpTextCore()

    Gets the string that describes the functionality of the GridRowHeaderCell that is associated with GridRowHeaderCellAutomationPeer.

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

    Returns the string that describes the functionality of the GridRowHeaderCell.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the GridRowHeaderCell that is associated with this GridRowHeaderCellAutomationPeer.

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

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

    GetNameCore()

    Gets the text label of GridRowHeaderCell that is associated with GridRowHeaderCellAutomationPeer.

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

    Returns the text label of GridRowHeaderCell.

    IsEnabledCore()

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

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

    Returns true.

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