ListView.RemoveGroup Method (Typed) | |
Remove the group with the specified ID from a ListView control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RemoveGroup(
iGroupId AS LONG
) AS LOGIC
public virtual bool RemoveGroup(
int iGroupId
)
Request Example
View SourceParameters
- iGroupId
- Type: Long
The number of the group.
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks 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