WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfGridRowAutomationPeer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfGridRowAutomationPeer

    Represents the class that exposes the grid row to UI Automation.

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

    Constructors

    SfGridRowAutomationPeer(VirtualizingCellsControl)

    Initializes a new instance of the class.

    Declaration
    public SfGridRowAutomationPeer(VirtualizingCellsControl virtualizingCellsControl)
    Parameters
    Type Name Description
    VirtualizingCellsControl virtualizingCellsControl

    Specifies the VirtualizingCellsControl.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the grid row that is associated with this .

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

    Returns the control type for the grid row as Custom.

    GetClassNameCore()

    Gets the name of the grid row that is associated with this .

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

    Returns the name of the grid row.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the grid row that is associated with this .

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

    Returns a string that communicates the visual status of the grid row.

    GetNameCore()

    Gets the text label of grid row that is associated with .

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

    Returns the text label of grid row.

    IsEnabledCore()

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