Table of Contents

Class TableDescription

The description of a WPF Table (grid) test object.

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class TableDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

TableDescription()

Declaration
public TableDescription()

Properties

Name

The name of this object.

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

Implements

ICloneable
IDescription