ListView.IsGroupViewEnabled Property | |
A logical value to identify if ListView groups are enabled.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IsGroupViewEnabled AS USUAL GET
public virtual Usual IsGroupViewEnabled { get; }
Request Example
View SourceProperty Value
Type:
UsualA logical value to identify if ListView groups are enabled.
Remarks
A logical value to identify if ListView groups are enabled.
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