DataGridAutomationPeer Properties
.NET Framework 4.5
The DataGridAutomationPeer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
EventsSource | Gets or sets an AutomationPeer that is reported to the automation client as a source for all the events that come from this AutomationPeer. (Inherited from AutomationPeer.) |
|
IsHwndHost | Gets a value that indicates whether the element that is associated with this AutomationPeer hosts hwnds in Windows Presentation Foundation (WPF). (Inherited from AutomationPeer.) |
|
Owner | Gets the UIElement that is associated with this UIElementAutomationPeer. (Inherited from UIElementAutomationPeer.) |
| Name | Description | |
|---|---|---|
|
IGridProvider.ColumnCount | Gets the total number of columns in a grid. |
|
IGridProvider.RowCount | Gets the total number of rows in a grid. |
|
ISelectionProvider.CanSelectMultiple | Gets a value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently. |
|
ISelectionProvider.IsSelectionRequired | Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected. |
|
ITableProvider.RowOrColumnMajor | Retrieves the primary direction of traversal for the table. |