Table of Contents

Class CustomGrid

Various custom grid getters. The returned objects expose the functionality of the specific grid types.

Inheritance
CustomGrid
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class CustomGrid

Properties

C1FlexGrid

A ComponentOne C1FlexGrid object.

Declaration
public IC1FlexGrid C1FlexGrid { get; }
Property Value
Type Description
IC1FlexGrid

C1TrueDbGrid

A ComponentOne C1TrueDBGrid object.

Declaration
public IC1TrueDBGrid C1TrueDbGrid { get; }
Property Value
Type Description
IC1TrueDBGrid

DataGrid

A Microsoft DataGrid object.

Declaration
public IDataGrid DataGrid { get; }
Property Value
Type Description
IDataGrid

DataGridView

A Microsoft DataGridView object.

Declaration
public IDataGridView DataGridView { get; }
Property Value
Type Description
IDataGridView

UltraWinGrid

An Infragistics UltraWinGrid object.

Declaration
public IUltraWinGrid UltraWinGrid { get; }
Property Value
Type Description
IUltraWinGrid

XtraGrid

A DevExpress XtraGrid object.

Declaration
public IXtraGrid XtraGrid { get; }
Property Value
Type Description
IXtraGrid