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