WPF

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

    Show / Hide Table of Contents

    Class GridFilterRowCellAutomationPeer

    Represents the class that exposes the GridFilterRowCell to UI Automation.

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

    Constructors

    GridFilterRowCellAutomationPeer(GridCell)

    Initializes a new instance of the GridFilterRowCellAutomationPeer class.

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

    Specifies the GridFilterRowCell.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the GridFilterRowCell that is associated with this GridFilterRowCellAutomationPeer.

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

    Returns the control type for the GridFilterRowCell as Custom.

    GetChildrenCore()

    Gets the collection of child elements of the GridFilterRowCell that is associated with this GridFilterRowCellAutomationPeer.

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

    GetClassNameCore()

    Gets the name of the GridFilterRowCell that is associated with this GridFilterRowCellAutomationPeer.

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

    Returns the name of the GridFilterRowCell.

    GetHelpTextCore()

    Gets the string that describes the functionality of the GridFilterRowCell that is associated with GridFilterRowCellAutomationPeer.

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

    Returns the string that describes the functionality of the GridFilterRowCell.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the GridFilterRowCell that is associated with this GridFilterRowCellAutomationPeer.

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

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

    GetNameCore()

    Gets the text label of GridFilterRowCell that is associated with GridFilterRowCellAutomationPeer.

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

    Returns the text label of GridFilterRowCell.

    IsEnabledCore()

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