Click or drag to resize
Group Class
Represents an item that is created after grouping.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.DataGroup
    Kettic.AspNet.DataAggregateFunctionsGroup

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

The Group type exposes the following members.

Constructors
  NameDescription
Public methodGroup
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyHasSubgroups
Gets a value indicating whether this instance has any sub groups.
Public propertyItemCount
Gets the number of items in this group.
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