IGridItemProvider Interface
Exposes methods and properties to support access by a UI automation client to individual child controls of containers that implement IGridProvider.
Namespace: System.Windows.Automation.Provider
Assembly: System.Windows (in System.Windows.dll)
The IGridItemProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Column | Gets the ordinal number of the column that contains the cell or item. |
![]() ![]() | ColumnSpan | Gets the number of columns that are spanned by a cell or item. |
![]() ![]() | ContainingGrid | Gets a UI automation provider that implements IGridProvider and that represents the container of the cell or item. |
![]() ![]() | Row | Gets the ordinal number of the row that contains the cell or item. |
![]() ![]() | RowSpan | Gets the number of rows spanned by a cell or item. |
Controls that implement IGridItemProvider can typically be traversed by using the keyboard (the UI automation client can move to adjacent controls, where each control is an item in a grid layout.)
This interface is implemented in a UI automation client that must support the GridItem control pattern.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

