Automation peer for the RadGallery class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public class GalleryAutomationPeer : RadListBoxAutomationPeer, ISelectionProvider, IScrollProvider
Inheritance: objectRadListBoxAutomationPeerGalleryAutomationPeer
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the GalleryAutomationPeer class.
Methods
CreateItemAutomationPeer(object)
ItemAutomationPeer
Creates a new instance of the System.Windows.Automation.Peers.ItemAutomationPeer for a data item in the System.Windows.Controls.ItemsControl.Items collection of this System.Windows.Controls.ItemsControl.
C#
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
ItemAutomationPeer
Overrides: