New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.Data.Group

Represents an item that is created after grouping.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.Data.Group : IGroup

Properties

HasSubgroups Boolean

Gets a value indicating whether this instance has any sub groups.

ItemCount Int32

Gets the number of items in this group.

Items IEnumerable

Gets the items in this groups.

Key Object

Gets the key for this group.

Subgroups ReadOnlyCollection1`

Gets the subgroups, if is true, otherwise empty collection.

Methods

ToString

Returns a that represents this instance.

Returns

System.String A that represents this instance.

In this article