menu

WPF

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

    Show / Hide Table of Contents

    Class PivotGridCellVisualAutomationPeer

    Class that defines the visual cell element

    Inheritance
    System.Object
    PivotGridCellVisualAutomationPeer
    Implements
    System.Windows.Automation.Provider.IValueProvider
    System.Windows.Automation.Provider.IGridItemProvider
    Namespace: Syncfusion.Windows.Controls.PivotGrid.Automation.Peers
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public sealed class PivotGridCellVisualAutomationPeer : UIElementAutomationPeer, IValueProvider, IGridItemProvider

    Constructors

    PivotGridCellVisualAutomationPeer(PivotGridCell)

    Initializes a new instance of the PivotGridCellVisualAutomationPeer class.

    Declaration
    public PivotGridCellVisualAutomationPeer(PivotGridCell cell)
    Parameters
    Type Name Description
    PivotGridCell cell

    Properties

    OwnerCell

    Gets the parent cell of automation element

    Declaration
    public PivotGridCell OwnerCell { get; }
    Property Value
    Type
    PivotGridCell

    Methods

    GetAutomationControlTypeCore()

    Returns the automation control type as Custom

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

    GetClassNameCore()

    Returns the class name of automation element

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

    Implements

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