ClassExpandCollapseService
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public sealed class ExpandCollapseService
Inheritance: objectExpandCollapseService
Constructors
ExpandCollapseService()
Declaration
cs-api-definition
public ExpandCollapseService()
Properties
HierarchicalCollectionAdapter
Declaration
cs-api-definition
public IHierarchicalCollectionAdapter<HierarchicalItem> HierarchicalCollectionAdapter { get; set; }
Property Value
Methods
CollapseItem(object)
Collapses the children of the provided data item.
ExpandItem(object)
Expands the children of the provided data item to make them available. If the item doesn't have any children this method will return false.
ExpandPath(IEnumerable<object>)
Expands multiple items to make their children available by giving a collections of data items.
Declaration
cs-api-definition
public bool ExpandPath(IEnumerable<object> items)
Parameters
items
The collection of items to be expanded.
Returns
ExpandToItem(object)
Expands the children of the parent items of the provided data item.