Class TreeViewTableDescription
The description of a Java TreeViewTable test object (for JavaFX only).
public class TreeViewTableDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
TreeViewTableDescription
- Implements
- Inherited Members
Constructors
TreeViewTableDescription()
public TreeViewTableDescription()
Properties
ColumnHeaders
The collection of column headers in the table.
public string[] ColumnHeaders { get; set; }
Property Value
- string[]
ColumnsCount
The number of columns in the table.
public int? ColumnsCount { get; set; }
Property Value
- int?
RowsCount
The number of rows in the table.
public int? RowsCount { get; set; }
Property Value
- int?
SelectedNodes
The selected nodes in the tree.
public string[] SelectedNodes { get; set; }
Property Value
- string[]