ItemAutomationPeer.ItemsControlAutomationPeer Property

Definition

Gets the ItemsControlAutomationPeer that is associated with the ItemsControl that holds the Items collection.

ItemsControlAutomationPeer ItemsControlAutomationPeer();
public ItemsControlAutomationPeer ItemsControlAutomationPeer { get; }
var itemsControlAutomationPeer = itemAutomationPeer.itemsControlAutomationPeer;
Public ReadOnly Property ItemsControlAutomationPeer As ItemsControlAutomationPeer

Property Value

The ItemsControlAutomationPeer associated with the ItemsControl that holds the Items collection.

Applies to