InterfaceIGroupInfo
Interface
Defines basic methods and properties of a group item.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public interface IGroupInfo
Properties
Group
Gets the group.
Declaration
cs-api-definition
CollectionViewGroup Group { get; }
Property Value
CollectionViewGroup
IsBottomLevel
Gets a value that indicates whether this group has any subgroups.
ItemCount
Gets the number of items in the sub tree under this group.
Items
Gets the immediate items contained in this group.
Declaration
cs-api-definition
ReadOnlyObservableCollection<object> Items { get; }
Property Value
Name
Gets the name of this group.
ParentGroupInfo
Gets the parent group.