Table of Contents

Class TableBaseDescription

Base class for Description of table, grid and APO grid controls in SAP GUI for Windows applications.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class TableBaseDescription : ElementDescription, ICloneable, IDescription

Constructors

TableBaseDescription()

Declaration
public TableBaseDescription()

Properties

IsEnabled

Indicates whether the object can accept user input.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Title

The title of the object.

Declaration
public StringProperty Title { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription