Click or drag to resize

ListView.IsGroupViewEnabled Property (Typed)

X#
A logical value to identify if ListView groups are enabled.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY IsGroupViewEnabled AS LOGIC GET 
Request Example View Source

Property Value

Type: Logic
A logical value to identify if ListView groups are enabled.
Remarks
A logical value to identify if ListView groups are enabled.
Tip Tip
Listview grouping requires visual styles. If visual styles are not enabled or available these features have no effect. If group view is enabled only items belonging to groups are displayed.
See Also