Interface
IGroupDescription

Definition

Namespace:Telerik.Windows.Data.Grouping

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public interface IGroupDescription

Methods

DependsOnProperty(string)

Declaration

cs-api-definition
bool DependsOnProperty(string propertyName)

Parameters

propertyName

string

Returns

bool

GetAllGroups(IServiceProvider)

Declaration

cs-api-definition
IEnumerable GetAllGroups(IServiceProvider services)

Parameters

services

IServiceProvider

Returns

IEnumerable

GetGroupsForItem(IServiceProvider, object)

Declaration

cs-api-definition
IEnumerable GetGroupsForItem(IServiceProvider services, object item)

Parameters

services

IServiceProvider

item

object

Returns

IEnumerable

GetSubgroups(IServiceProvider, object)

Declaration

cs-api-definition
IEnumerable GetSubgroups(IServiceProvider services, object group)

Parameters

services

IServiceProvider

group

object

Returns

IEnumerable