Automation peer that represents a basic data control.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public abstract class GridViewDataControlAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider, IScrollProvider
Inheritance: objectGridViewDataControlAutomationPeer
Derived Classes:
Implements:
Constructors
Initializes a new instance of the GridViewDataControlAutomationPeer class.
C#
protected GridViewDataControlAutomationPeer(GridViewDataControl owner)
The owner.
Properties
Gets a value that indicates whether the control can scroll horizontally.
C#
public bool HorizontallyScrollable { get; }
Gets or set the maximum number of items that can be cached.
C#
public int MaxCachedPeersSize { get; set; }
Gets a value that indicates whether the control can scroll vertically.
C#
public bool VerticallyScrollable { get; }
Methods
Creates automation peer for the specified data item.
C#
public virtual DataItemAutomationPeer CreateDataItemAutomationPeer(object dataItem)
The data item.
Returns:C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
Gets the text label of the that is associated with this . Called by .
C#
protected override string GetNameCore()
The text label of the element that is associated with this automation peer.
C#
public override object GetPattern(PatternInterface patternInterface)