Class AutomationTypeHolder
Inheritance
System.Object
AutomationTypeHolder
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class AutomationTypeHolder : Object
Constructors
AutomationTypeHolder()
Declaration
public AutomationTypeHolder()
AutomationTypeHolder(String, String, ControlType, String)
Declaration
public AutomationTypeHolder(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
Declaration
public string AutomationId { get; set; }
Property Value
ClassName
Declaration
public string ClassName { get; set; }
Property Value
ControlType
Declaration
public ControlType ControlType { get; set; }
Property Value
Type |
System.Windows.Automation.ControlType |
Name
Declaration
public string Name { get; set; }
Property Value