alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TileViewItemDataAutomationPeer

    Inheritance
    System.Object
    TileViewItemDataAutomationPeer
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class TileViewItemDataAutomationPeer : ItemAutomationPeer

    Constructors

    TileViewItemDataAutomationPeer(Object, ItemsControlAutomationPeer)

    Initializes a new instance of the TileViewItemDataAutomationPeer class.

    Declaration
    public TileViewItemDataAutomationPeer(object item, ItemsControlAutomationPeer itemsControlAutomationPeer)
    Parameters
    Type Name Description
    System.Object item

    The data item associated with the automation peer.

    System.Windows.Automation.Peers.ItemsControlAutomationPeer itemsControlAutomationPeer

    The parent System.Windows.Automation.Peers.ItemsControlAutomationPeer.

    Methods

    GetAutomationControlTypeCore()

    Returns the control type for the automation peer.

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

    GetClassNameCore()

    Returns the class name for the automation peer.

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

    GetPattern(PatternInterface)

    Returns the class name of the TileViewItemAutomationPeer for UI automation purposes.

    Declaration
    public override object GetPattern(PatternInterface patternInterface)
    Parameters
    Type Name Description
    System.Windows.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved