IGridItemProvider Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Exposes methods and properties to support access by a UI automation client to individual child controls of containers that implement IGridProvider.
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. |
Show:
