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 |