Table of Contents

Enum GridType

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

Custom grid types supported by the ITable test object.

public enum GridType

Fields

C1FlexGrid = 3

A ComponentOne C1FlexGrid.

C1TrueDbGrid = 4

A ComponentOne C1TrueDBGrid.

DataGrid = 1

A Microsoft DataGrid.

DataGridView = 2

A Microsoft DataGridView.

UltraWinGrid = 5

An Infragistics UltraWinGrid.

Unknown = 0

Unknown grid type.

XtraGrid = 6

A DevExpress XtraGrid.