alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class PivotGridAutomationTypeHolder

    Class that defines the PivotGridAutomationTypeHolder and it contains the basic information of UIElement

    Inheritance
    System.Object
    PivotGridAutomationTypeHolder
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Automation.Linq
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotGridAutomationTypeHolder

    Constructors

    PivotGridAutomationTypeHolder()

    Initializes a new instance of the PivotGridAutomationTypeHolder class.

    Declaration
    public PivotGridAutomationTypeHolder()

    PivotGridAutomationTypeHolder(String, String, ControlType, String)

    Initializes a new instance of the PivotGridAutomationTypeHolder class.

    Declaration
    public PivotGridAutomationTypeHolder(string className, string name, ControlType controlType, string automationId)
    Parameters
    Type Name Description
    System.String className
    System.String name
    System.Windows.Automation.ControlType controlType
    System.String automationId

    Properties

    AutomationId

    Gets or sets the id for automation element

    Declaration
    public string AutomationId { get; set; }
    Property Value
    Type
    System.String

    ClassName

    Gets or sets the class name of automation element

    Declaration
    public string ClassName { get; set; }
    Property Value
    Type
    System.String

    ControlType

    Gets or sets the control type of automation element

    Declaration
    public ControlType ControlType { get; set; }
    Property Value
    Type
    System.Windows.Automation.ControlType

    Name

    Gets or sets the name of automation element

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved