menu

WinUI

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

    Show / Hide Table of Contents

    Class TreeGridCellAutomationPeer

    Represents the class that exposes the TreeGridCell to UI Automation.

    Inheritance
    System.Object
    TreeGridCellAutomationPeer
    TreeGridExpanderCellAutomationPeer
    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 TreeGridCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider, IGridItemProvider

    Constructors

    TreeGridCellAutomationPeer(TreeGridCell)

    Initializes a new instance of the TreeGridCellAutomationPeer class.

    Declaration
    public TreeGridCellAutomationPeer(TreeGridCell treeGridCell)
    Parameters
    Type Name Description
    TreeGridCell treeGridCell

    Specifies the TreeGridCell.

    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 TreeGridCell that is associated with this TreeGridCellAutomationPeer.

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

    Returns the control type for the TreeGridCell as Custom.

    GetClassNameCore()

    Gets the name of the TreeGridCell that is associated with this TreeGridCellAutomationPeer.

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

    Returns the name of the TreeGridCell.

    GetLocalizedControlTypeCore()

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

    GetNameCore()

    Gets the text label of TreeGridCell that is associated with TreeGridCellAutomationPeer.

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

    Returns the text label of TreeGridCell.

    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 TreeGridCell that is associated with this TreeGridCellAutomationPeer 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