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