ClassDataGridCellInfoAutomationPeer
AutomationPeer class for DataGridCellInfo.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public sealed class DataGridCellInfoAutomationPeer : AutomationPeer, ISelectionItemProvider, IGridItemProvider, IInvokeProvider
Inheritance: objectDataGridCellInfoAutomationPeer
Implements:
Constructors
DataGridCellInfoAutomationPeer(int, int, RadDataGridAutomationPeer, object)
Initializes a new instance of the DataGridCellInfoAutomationPeer class.
Declaration
public DataGridCellInfoAutomationPeer(int row, int column, RadDataGridAutomationPeer radDataGridAutomationPeer, object item)
Parameters
row
column
radDataGridAutomationPeer
item
Properties
ContainingGrid
Declaration
public IRawElementProviderSimple ContainingGrid { get; }
Property Value
IRawElementProviderSimple
SelectionContainer
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
IRawElementProviderSimple
Methods
AddToSelection()
ISelectionItemProvider implementation.
Declaration
public void AddToSelection()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetBoundingRectangleCore()
Declaration
protected override Rect GetBoundingRectangleCore()
Returns
Rect
GetChildrenCore()
Declaration
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
GetLabeledByCore()
Declaration
protected override AutomationPeer GetLabeledByCore()
Returns
AutomationPeer
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetOrientationCore()
Declaration
protected override AutomationOrientation GetOrientationCore()
Returns
AutomationOrientation
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
RemoveFromSelection()
ISelectionItemProvider implementation.
Declaration
public void RemoveFromSelection()