Table of Contents

Interface ICustomGrid

Base interface for supported .NET Windows Forms custom grids.

Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public interface ICustomGrid

Properties

TableTestObject

Returns the ITable test object this custom grid was accessed from.

Declaration
ITable TableTestObject { get; }
Property Value
Type Description
ITable