Class DetailsViewRowAccessibilityObject
Represents the class that provides the accessibility object for the DetailsViewRow.
Inheritance
Namespace: Syncfusion.WinForms.DataGrid.Accessibility
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DetailsViewRowAccessibilityObject : AccessibleObject
Constructors
DetailsViewRowAccessibilityObject(DetailsViewDataRow, SfDataGrid)
Initializes a new instance of the DetailsViewRowAccessibilityObject class.
Declaration
public DetailsViewRowAccessibilityObject(DetailsViewDataRow row, SfDataGrid parentGrid)
Parameters
Type | Name | Description |
---|---|---|
DetailsViewDataRow | row | The detailsview data row. |
SfDataGrid | parentGrid | The parent datagrid. |
Properties
Bounds
Gets the bounds of the SfScrollControl control.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the AccessibleDescription of the SfScrollControl control.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of the SfScrollControl control.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the accessibility object of the SfScrollControl parent.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the AccessibleRole of the SfScrollControl control.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
Methods
GetChild(Int32)
Gets the accessibility object of the child at the given index.
Declaration
public override AccessibleObject GetChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the child. |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | Returns the accessibility object of the child. |
GetChildCount()
Overridden to update the child count of the records.
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | Gets the number of child columns count. |
Navigate(AccessibleNavigation)
Navigates to the next accessibility object based on the given direction.
Declaration
public override AccessibleObject Navigate(AccessibleNavigation navdir)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.AccessibleNavigation | navdir | The navigation direction. |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | Returns the given object at the navigation index. |