Show / Hide Table of Contents

Interface ImageListView.IGrouper

Represents a class that supplies group information for items.

Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public interface IGrouper

Methods

| Improve this Doc View Source

GetGroupInfo(ImageListViewItem)

Supplies grouping information for the given item.

Declaration
ImageListView.GroupInfo GetGroupInfo(ImageListViewItem item)
Parameters
Type Name Description
ImageListViewItem item

The item that requesting grouping information.

Returns
Type Description
ImageListView.GroupInfo
Back to top Copyright © 2018 Özgür Özçıtak