ClassRadGridViewAccessibleObject
Accessibility implementation for GridView object
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public sealed class RadGridViewAccessibleObject : Control.ControlAccessibleObject, IReflect, IAccessible
Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectControl.ControlAccessibleObjectRadGridViewAccessibleObject
Implements:
Inherited Members
Constructors
RadGridViewAccessibleObject(RadGridView)
Initializes a new instance of the RadGridViewAccessibleObject class.
Declaration
public RadGridViewAccessibleObject(RadGridView owner)
Parameters
owner
The owner.
Properties
CellDescription
Gets or sets the cell description.
Declaration
public string CellDescription { get; set; }
Property Value
The cell description.
Control
Gets the control.
Declaration
public RadGridView Control { get; }
Property Value
The control.
Name
Gets or sets the object name.
Declaration
public override string Name { get; set; }
Property Value
The object name, or null if the property has not been set.
Exceptions
The name of the control cannot be retrieved or set.
Overrides
Role
Gets the role of this accessible object
Declaration
public override AccessibleRole Role { get; }
Property Value
Overrides
Methods
GetCellAccessibleObject(GridViewCellInfo, RowAccessibleObject)
Gets the cell accessible object.
Declaration
public AccessibleObject GetCellAccessibleObject(GridViewCellInfo cellInfo, RowAccessibleObject parent)
Parameters
cellInfo
The cell info.
parent
The parent.
Returns
GetChild(int)
Retrieves the accessible child corresponding to the specified index
Declaration
public override AccessibleObject GetChild(int index)
Parameters
index
Index of the row/header
Returns
The accessible Row/header object
Overrides
GetChildCount()
Retrieves the number of children belonging to an accessible object
Declaration
public override int GetChildCount()
Returns
Count of number of rows plus one for the header row
Overrides
GetRowAccessibleObject(GridViewRowInfo)
Gets the row accessible object.
Declaration
public AccessibleObject GetRowAccessibleObject(GridViewRowInfo rowInfo)
Parameters
rowInfo
The row info.
Returns
GetRowElement(GridViewRowInfo)
Internal method used to retrieve bounding rectangle of a cell
Declaration
public Rectangle GetRowElement(GridViewRowInfo row)
Parameters
row
The row object
Returns
Bounding rectangle of row