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, IGridProvider, ISelectionProvider, ITableProvider, IScrollProvider
Constructors
GridViewDataControlAutomationPeer(GridViewDataControl)
Initializes a new instance of the Grid
Declaration
protected GridViewDataControlAutomationPeer(GridViewDataControl owner)
Parameters
Grid The owner. |
Properties
HorizontallyScrollable
Gets a value that indicates whether the control can scroll horizontally.
Declaration
public bool HorizontallyScrollable { get; }
Property Value
System.
|
MaxCachedPeersSize
Gets or set the maximum number of items that can be cached.
Declaration
public int MaxCachedPeersSize { get; set; }
Property Value
System.
|
VerticallyScrollable
Gets a value that indicates whether the control can scroll vertically.
Declaration
public bool VerticallyScrollable { get; }
Property Value
System.
|
Methods
CreateDataItemAutomationPeer(Object)
Creates automation peer for the specified data item.
Declaration
public virtual DataItemAutomationPeer CreateDataItemAutomationPeer(object dataItem)
Parameters
System. The data item. |
Returns
CreateDataItemAutomationPeer(Object, Int32)
Creates automation peer for the specified data item.
Declaration
public virtual DataItemAutomationPeer CreateDataItemAutomationPeer(object dataItem, int index)
Parameters
System.
|
System.
|
Returns
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
GetBaseItemStatusProperties()
Declaration
protected string GetBaseItemStatusProperties()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetNameCore()
Gets the text label of the System.
Declaration
protected override string GetNameCore()
Returns
System. The text label of the element that is associated with this automation peer. |
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.
|
Returns
System.
|