Class GroupInfo
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class GroupInfo : PropertyChangedBase, INotifyPropertyChanged, IHierarchical, IObjectWrapper
Constructors
GroupInfo(GroupInfo, Object, Boolean)
Declaration
public GroupInfo(GroupInfo parent, object header, bool isSubgroup)
Parameters
Group
|
System.
|
System.
|
Properties
Children
Declaration
public IEnumerable Children { get; }
Property Value
System.
|
Implements
Header
Declaration
public object Header { get; set; }
Property Value
System.
|
IsSubgroup
Declaration
public bool IsSubgroup { get; }
Property Value
System.
|
Items
Declaration
public IEnumerable Items { get; }
Property Value
System.
|
Key
ParentGroup
Subgroups
Declaration
public IEnumerable<GroupInfo> Subgroups { get; }
Property Value
System.
|
Methods
SetItems(IEnumerable)
Declaration
public void SetItems(IEnumerable items)
Parameters
System.
|
SetSubgroups(Func<IEnumerable<GroupInfo>>)
Declaration
public void SetSubgroups(Func<IEnumerable<GroupInfo>> childrenGroupsFactoryMethod)
Parameters
System.
|
Explicit Interface Implementations
IObjectWrapper.GetOriginalDataItem()
Declaration
object IObjectWrapper.GetOriginalDataItem()
Returns
System.
|