IInitialExpandBehavior
Interface
Represents a behavior of expand by default functionality in hierarchical controls.
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
[TypeConverter(typeof(InitialExpandBehaviorTypeConverter))]
public interface IInitialExpandBehavior
Derived Classes:
Methods
Gets the value specifying whether the HierarchicalItem should be expanded by default.
C#
bool ShouldExpandItemByDefault(HierarchicalItem item)
HierarchicalItem identifying the current item to be used.
Returns:True when hierarchical item should be expanded by default, otherwise false.