DataGridCellItemAutomationPeer Properties
.NET Framework 4.5
The DataGridCellItemAutomationPeer 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.) |
| Name | Description | |
|---|---|---|
|
IGridItemProvider.Column | Gets the ordinal number of the column that contains the cell or item. |
|
IGridItemProvider.ColumnSpan | Gets the number of columns spanned by a cell or item. |
|
IGridItemProvider.ContainingGrid | Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item. |
|
IGridItemProvider.Row | Gets the ordinal number of the row that contains the cell or item. |
|
IGridItemProvider.RowSpan | Gets the number of rows spanned by a cell or item. |
|
ISelectionItemProvider.IsSelected | Gets a value that indicates whether an item is selected. |
|
ISelectionItemProvider.SelectionContainer | Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object. |
|
IValueProvider.IsReadOnly | Gets a value that specifies whether the value of a control is read-only. |
|
IValueProvider.Value | Gets the value of the control. |