Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public sealed class ExpandCollapseService
Inheritance: objectExpandCollapseService
Constructors
C#
public ExpandCollapseService()
Properties
C#
public IHierarchicalCollectionAdapter<HierarchicalItem> HierarchicalCollectionAdapter { get; set; }
Methods
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.
Expands multiple items to make their children available by giving a collections of data items.
C#
public bool ExpandPath(IEnumerable<object> items)
The collection of items to be expanded.
Returns: