Search
ListViewSettings.getVisibleColumns Method
See Also
 






Gets the number of visible group columns in a list view.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Integer getVisibleColumns ()

 Return Value

A positive integer value specifying the number of columns visible at the same time.

 Remarks

This value is used only when the view is grouped. Otherwise, the number of columns is always 1.

 See Also