IGrid
Mobilize.QualityMate.ControlInterfaces
IGrid Interface
Defines the basic interactions for Grid controls.
Implements IControl, IValidatable
Properties
IGrid.ColumnCount Property
Gets column count of the grid.
Property Value
IGrid.Header Property
Gets a collection of the grid header items.
Property Value
Mobilize.QualityMate.ControlInterfaces.Behavior.IList<IElement>
IGrid.RowCount Property
Gets row count of the grid.
Property Value
IGrid.Rows Property
Gets a collection of the grid rows.
Property Value
System.Collections.Generic.IEnumerable<Mobilize.QualityMate.ControlInterfaces.Behavior.IList<IElement>>
IGrid.this[int] Property
Gets a row based on its index.
Parameters
index
System.Int32
The index of the row.
Property Value
Mobilize.QualityMate.ControlInterfaces.Behavior.IList<IElement>
IGrid.this[string] Property
Gets the first control in the list with the specified text.
Parameters
text
System.String
The control's text to query.
Property Value
Mobilize.QualityMate.ControlInterfaces.Behavior.IList<IElement>
Last updated