Class TableBaseDescription
Base class for Description of table, grid and APO grid controls in SAP GUI for Windows applications.
public class TableBaseDescription : ElementDescription, ICloneable, IDescription
- Inheritance
-
TableBaseDescription
- Implements
- Derived
- Inherited Members
Constructors
TableBaseDescription()
public TableBaseDescription()
Properties
IsEnabled
Indicates whether the object can accept user input.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Title
The title of the object.
public StringProperty Title { get; set; }