ListView.SetItemGroupId Method (Typed) | |
A logical value to determine if the group with the specified ID exists in a ListView control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetItemGroupId(
uLVI AS USUAL,
nId AS LONG
) AS LOGIC
public virtual bool SetItemGroupId(
Usual uLVI,
int nId
)
Request Example
View SourceParameters
- uLVI
- Type: Usual
The item index or ListViewItem. - nId
- Type: Long
The number of the group.
Return Value
Type:
LogicRemarks 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