ClassGalleryAutomationPeer
Class
Automation peer for the RadGallery class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
cs-api-definition
public class GalleryAutomationPeer : RadListBoxAutomationPeer, ISelectionProvider, IScrollProvider
Inheritance: objectRadListBoxAutomationPeerGalleryAutomationPeer
Derived Classes:
Implements:
Inherited Members
Constructors
GalleryAutomationPeer(RadGallery)
Initializes a new instance of the GalleryAutomationPeer class.
Declaration
cs-api-definition
public GalleryAutomationPeer(RadGallery owner)
Parameters
owner
Methods
CreateItemAutomationPeer(object)
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.
Declaration
cs-api-definition
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
item
Returns
ItemAutomationPeer
Overrides