menu

WPF

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

    Show / Hide Table of Contents

    Class AutomationTypeHolder

    Inheritance
    System.Object
    AutomationTypeHolder
    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.Grid.Wpf.dll
    Syntax
    public class AutomationTypeHolder

    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
    Type
    System.String

    ClassName

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

    ControlType

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

    Name

    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