Class GroupEngine
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class GroupEngine : PropertyChangedBase, INotifyPropertyChanged, IDisposable
Constructors
GroupEngine(IServiceProvider)
Declaration
public GroupEngine(IServiceProvider services)
Parameters
System.
|
Properties
BottomLevelGroups
Declaration
public IEnumerable<GroupInfo> BottomLevelGroups { get; }
Property Value
System.
|
GroupDescriptions
Declaration
public IEnumerable<IGroupDescription> GroupDescriptions { get; set; }
Property Value
System.
|
GroupedData
Declaration
public IEnumerable<GroupInfo> GroupedData { get; }
Property Value
System.
|
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
Methods
Dispose()
Declaration
public void Dispose()
GetKeysForItem(Object)
Declaration
public IEnumerable<GroupKey> GetKeysForItem(object item)
Parameters
System.
|
Returns
System.
|
SuppressGrouping()
Declaration
public IDisposable SuppressGrouping()
Returns
System.
|
Events
GroupsChanged
Declaration
public event EventHandler GroupsChanged
Event Type
System.
|