ListView.IsGroupViewEnabled Property (Typed) | |
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
public virtual bool IsGroupViewEnabled { get; }
Request Example
View SourceProperty Value
Type:
LogicA 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