Interface IGroupDescription
Namespace: Telerik.Windows.Data.Grouping
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IGroupDescription
Methods
DependsOnProperty(String)
Declaration
bool DependsOnProperty(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|
GetAllGroups(IServiceProvider)
Declaration
IEnumerable GetAllGroups(IServiceProvider services)
Parameters
System.IServiceProvider
services
|
Returns
System.Collections.IEnumerable
|
GetGroupsForItem(IServiceProvider, Object)
Declaration
IEnumerable GetGroupsForItem(IServiceProvider services, object item)
Parameters
System.IServiceProvider
services
|
System.Object
item
|
Returns
System.Collections.IEnumerable
|
GetSubgroups(IServiceProvider, Object)
Declaration
IEnumerable GetSubgroups(IServiceProvider services, object group)
Parameters
System.IServiceProvider
services
|
System.Object
group
|
Returns
System.Collections.IEnumerable
|