Enum GridType
Custom grid types supported by the ITable test object.
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public enum GridType
Fields
| Name | Description |
|---|---|
| C1FlexGrid | A ComponentOne C1FlexGrid. |
| C1TrueDbGrid | A ComponentOne C1TrueDBGrid. |
| DataGrid | A Microsoft DataGrid. |
| DataGridView | A Microsoft DataGridView. |
| UltraWinGrid | An Infragistics UltraWinGrid. |
| Unknown | Unknown grid type. |
| XtraGrid | A DevExpress XtraGrid. |