IGridItemProvider Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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: