alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PivotGridCellElementAutomationPeer

    class that defines PivotGridCellElementAutomationPeer to access the properties of automation peer

    Inheritance
    System.Object
    PivotGridCellElementAutomationPeer
    Implements
    System.Windows.Automation.Provider.IGridItemProvider
    System.Windows.Automation.Provider.IValueProvider
    System.Windows.Automation.Provider.ISelectionItemProvider
    System.Windows.Automation.Provider.IScrollItemProvider
    System.IDisposable
    Namespace: Syncfusion.Windows.Controls.PivotGrid.Automation.Peers
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public sealed class PivotGridCellElementAutomationPeer : FrameworkElementAutomationPeer, IGridItemProvider, IValueProvider, ISelectionItemProvider, IScrollItemProvider, IDisposable

    Constructors

    PivotGridCellElementAutomationPeer(PivotGridCellElement)

    Initializes a new instance of the PivotGridCellElementAutomationPeer class.

    Declaration
    public PivotGridCellElementAutomationPeer(PivotGridCellElement cell)
    Parameters
    Type Name Description
    PivotGridCellElement cell

    Properties

    Cell

    Gets the value or PivotGridCellElement

    Declaration
    public PivotGridCellElement Cell { get; }
    Property Value
    Type
    PivotGridCellElement

    OwnerGrid

    Gets the owner grid of automation element

    Declaration
    public PivotGridControl OwnerGrid { get; }
    Property Value
    Type
    PivotGridControl

    Methods

    Dispose()

    Releases all the resources used by this component.

    Declaration
    public void Dispose()

    GetAutomationControlTypeCore()

    Retunrs the control type automation element as DataItem

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

    GetClassNameCore()

    Returns the calss name of automation element

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

    GetPattern(PatternInterface)

    retunrs the pattern interface for automation element

    Declaration
    public override object GetPattern(PatternInterface patternInterface)
    Parameters
    Type Name Description
    System.Windows.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    Implements

    System.Windows.Automation.Provider.IGridItemProvider
    System.Windows.Automation.Provider.IValueProvider
    System.Windows.Automation.Provider.ISelectionItemProvider
    System.Windows.Automation.Provider.IScrollItemProvider
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved