menu

WinUI

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

    Show / Hide Table of Contents

    Class TreeGridExpanderCellAutomationPeer

    Represents the class that exposes the TreeGridExpanderCell 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
    Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
    Inherited Members
    TreeGridCellAutomationPeer.Column
    TreeGridCellAutomationPeer.ColumnSpan
    TreeGridCellAutomationPeer.ContainingGrid
    TreeGridCellAutomationPeer.GetNameCore()
    TreeGridCellAutomationPeer.Invoke()
    TreeGridCellAutomationPeer.Row
    TreeGridCellAutomationPeer.RowSpan
    TreeGridCellAutomationPeer.ScrollIntoView()
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridExpanderCellAutomationPeer : TreeGridCellAutomationPeer, IInvokeProvider, IScrollItemProvider, IGridItemProvider, IExpandCollapseProvider

    Constructors

    TreeGridExpanderCellAutomationPeer(TreeGridExpanderCell)

    Initializes a new instance of the TreeGridExpanderCellAutomationPeer class.

    Declaration
    public TreeGridExpanderCellAutomationPeer(TreeGridExpanderCell treeGridExpanderCell)
    Parameters
    Type Name Description
    TreeGridExpanderCell treeGridExpanderCell

    Specifies the TreeGridExpanderCell.

    Properties

    ExpandCollapseState

    Declaration
    public ExpandCollapseState ExpandCollapseState { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.Automation.ExpandCollapseState

    Methods

    Collapse()

    Declaration
    public void Collapse()

    Expand()

    Declaration
    public void Expand()

    GetAutomationControlTypeCore()

    Gets the control type for the TreeGridExpanderCell that is associated with this TreeGridExpanderCellAutomationPeer.

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

    Returns the control type for the TreeGridExpanderCell as Custom.

    Overrides
    TreeGridCellAutomationPeer.GetAutomationControlTypeCore()

    GetClassNameCore()

    Gets the name of the TreeGridExpanderCell that is associated with this TreeGridExpanderCellAutomationPeer.

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

    Returns the name of the TreeGridExpanderCell.

    Overrides
    TreeGridCellAutomationPeer.GetClassNameCore()

    GetLocalizedControlTypeCore()

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

    GetPatternCore(PatternInterface)

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

    IsEnabledCore()

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

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

    Returns true.

    Overrides
    TreeGridCellAutomationPeer.IsEnabledCore()

    Implements

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