Click or drag to resize
IGroup Interface
Represents an item that is created after grouping.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IGroup

The IGroup type exposes the following members.

Properties
  NameDescription
Public propertyHasSubgroups
Gets a value indicating whether this instance has sub groups.
Public propertyItemCount
Gets the Items count.
Public propertyItems
Gets the items in this groups.
Public propertyKey
Gets the key for this group.
Public propertySubgroups
Gets the subgroups, if HasSubgroups is true, otherwise empty collection.
Top
See Also