"columnCount"

This property holds the number of columns displayed in the widget.

Synopsis

setValue(string shape, "columnCount", int count);

getValue(string shape, "columnCount", int count);

shape.columnCount(int count);

Parameter

Parameter Description
shape Name of the object
count Number of columns

Description

This property holds the number of columns displayed in the widget.

Example

main()
{
  DebugN(DP_TREE1.columnCount());
}

Assignment

DPTreeView Widget, DpTypeView Widget