menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellAutomationPeer - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCellAutomationPeer

    Represents the class that exposes the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell to UI Automation.

    Inheritance
    System.Object
    GridCellAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider
    Microsoft.UI.Xaml.Automation.Provider.IScrollItemProvider
    Microsoft.UI.Xaml.Automation.Provider.IGridItemProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider, IGridItemProvider

    Constructors

    GridCellAutomationPeer(GridCell)

    Initializes a new instance of the GridCellAutomationPeer class.

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

    Specifies the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell.

    Properties

    Column

    Declaration
    public int Column { get; }
    Property Value
    Type
    System.Int32

    ColumnSpan

    Declaration
    public int ColumnSpan { get; }
    Property Value
    Type
    System.Int32

    ContainingGrid

    Declaration
    public IRawElementProviderSimple ContainingGrid { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple

    Row

    Declaration
    public int Row { get; }
    Property Value
    Type
    System.Int32

    RowSpan

    Declaration
    public int RowSpan { get; }
    Property Value
    Type
    System.Int32

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell that is associated with this GridCellAutomationPeer.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    Microsoft.UI.Xaml.Automation.Peers.AutomationControlType

    Returns the control type for the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell as Custom.

    GetClassNameCore()

    Gets the name of the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell that is associated with this GridCellAutomationPeer.

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

    Returns the name of the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell.

    GetHelpTextCore()

    Gets the string that describes the functionality of the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell that is associated with GridCellAutomationPeer.

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

    Returns the string that describes the functionality of the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell.

    GetLocalizedControlTypeCore()

    Declaration
    protected override string GetLocalizedControlTypeCore()
    Returns
    Type
    System.String

    GetPatternCore(PatternInterface)

    Declaration
    protected override object GetPatternCore(PatternInterface patternInterface)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    Invoke()

    Declaration
    public void Invoke()

    IsEnabledCore()

    Gets a value that indicates whether the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell that is associated with this GridCellAutomationPeer can accept keyboard focus.

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

    Returns true.

    ScrollIntoView()

    Declaration
    public void ScrollIntoView()

    Implements

    Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider
    Microsoft.UI.Xaml.Automation.Provider.IScrollItemProvider
    Microsoft.UI.Xaml.Automation.Provider.IGridItemProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved