Class InitialExpandBehavior
Represents a behavior of expand by default functionality in hierarchical controls.
Inheritance
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class InitialExpandBehavior : Object, IInitialExpandBehavior
Constructors
InitialExpandBehavior()
Initializes a new instance of the InitialExpandBehavior class.
Declaration
public InitialExpandBehavior()
Properties
ExpandToLevel
Declaration
public int ExpandToLevel { get; set; }
Property Value
System.Int32
|
Methods
ShouldExpandItemByDefault(HierarchicalItem)
Gets the value specifying whether the HierarchicalItem should be expanded by default.
Declaration
public virtual bool ShouldExpandItemByDefault(HierarchicalItem item)
Parameters
HierarchicalItem
item
HierarchicalItem identifying the current item to be used. |
Returns
System.Boolean
True when hierarchical item should be expanded by default, otherwise false. |