Class GroupsExpandBehavior
Specify the expanded state of IGroups.
Inheritance
Inherited Members
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public class GroupsExpandBehavior : IItemExpandBehavior<ExpandBehaviorParameters>
Constructors
GroupsExpandBehavior()
Initializes a new instance of the GroupsExpandBehavior class.
Declaration
public GroupsExpandBehavior()
Properties
Expanded
Specify the default state for IGroups up to given UpToLevel (excluding).
The default is true.
Declaration
public bool Expanded { get; set; }
Property Value
System.Boolean
|
UpToLevel
Specify the default state for IGroups up to given level (excluding). The default is System.Int32.MaxValue
Declaration
public int UpToLevel { get; set; }
Property Value
System.Int32
|
Methods
IsExpanded(ExpandBehaviorParameters)
Declaration
public bool IsExpanded(ExpandBehaviorParameters parameter)
Parameters
ExpandBehaviorParameters
parameter
|
Returns
System.Boolean
|