Search
ItemListView.setShowLabels Method
See Also
 






Sets a value specifying whether to show text labels along with icons for each list item.

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

 Syntax

Java  Copy Code

public void setShowLabels (
    boolean showLabels
)

 Parameters

showLabels

true if text labels must be shown, otherwise false.

 See Also