IGridItemProvider.ContainingGrid Property

Definition

Gets a UI Automation provider that implements IGridProvider and that represents the container of the cell or item.

public:
 property IRawElementProviderSimple ^ ContainingGrid { IRawElementProviderSimple ^ get(); };
IRawElementProviderSimple ContainingGrid();
public IRawElementProviderSimple ContainingGrid { get; }
var iRawElementProviderSimple = iGridItemProvider.containingGrid;
Public ReadOnly Property ContainingGrid As IRawElementProviderSimple

Property Value

A UI Automation provider that implements the Grid control pattern and that represents the cell or item container.

Applies to