Class GridViewDataControlAutomationPeer
Automation peer that represents a basic data control.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public abstract class GridViewDataControlAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, ITableProvider, IGridProvider, IScrollProvider
Constructors
GridViewDataControlAutomationPeer(GridViewDataControl)
Initializes a new instance of the GridViewDataControlAutomationPeer class.
Declaration
protected GridViewDataControlAutomationPeer(GridViewDataControl owner)
Parameters
GridViewDataControl
owner
The owner. |
Properties
HorizontallyScrollable
Gets a value that indicates whether the control can scroll horizontally.
Declaration
public bool HorizontallyScrollable { get; }
Property Value
System.Boolean
|
VerticallyScrollable
Gets a value that indicates whether the control can scroll vertically.
Declaration
public bool VerticallyScrollable { get; }
Property Value
System.Boolean
|
Methods
CreateDataItemAutomationPeer(Object)
Creates automation peer for the specified data item.
Declaration
public virtual DataItemAutomationPeer CreateDataItemAutomationPeer(object dataItem)
Parameters
System.Object
dataItem
The data item. |
Returns
DataItemAutomationPeer
|
CreateDataItemAutomationPeer(Object, Int32)
Creates automation peer for the specified data item.
Declaration
public virtual DataItemAutomationPeer CreateDataItemAutomationPeer(object dataItem, int index)
Parameters
System.Object
dataItem
|
System.Int32
index
|
Returns
DataItemAutomationPeer
|
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetNameCore()
Gets the text label of the System.Windows.ContentElement that is associated with this System.Windows.Automation.Peers.ContentElementAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
System.String
The text label of the element that is associated with this automation peer. |
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|