ClassGroupInfo
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class GroupInfo : PropertyChangedBase, INotifyPropertyChanged, IHierarchical, IObjectWrapper
Inheritance: objectPropertyChangedBaseGroupInfo
Implements:
Inherited Members
Constructors
Properties
Children
Declaration
cs-api-definition
public IEnumerable Children { get; }
Property Value
Implements
Subgroups
Declaration
cs-api-definition
public IEnumerable<GroupInfo> Subgroups { get; }
Property Value
Methods
SetSubgroups(Func<IEnumerable<GroupInfo>>)
Declaration
cs-api-definition
public void SetSubgroups(Func<IEnumerable<GroupInfo>> childrenGroupsFactoryMethod)
Parameters
childrenGroupsFactoryMethod