Show contents 

Working with Graphic Elements > Classes > DGColumn > DGColumn.hasVisibleItems

DGColumn.hasVisibleItems

Syntax

hasVisibleItems();

Description

The hasVisibleItems method returns whether there are visible child columns.

Comments

The method returns True if a column contains visible child columns, otherwise it returns False.

Example

The example of method use is given in description of the DGColumn.addItem method.

See also:

DGColumn