ClassGroupsExpandBehavior
Class
Specify the expanded state of IGroups.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public class GroupsExpandBehavior : IItemExpandBehavior<ExpandBehaviorParameters>
Inheritance: objectGroupsExpandBehavior
Implements:
Constructors
GroupsExpandBehavior()
Initializes a new instance of the GroupsExpandBehavior class.
Declaration
cs-api-definition
public GroupsExpandBehavior()
Properties
Expanded
Specify the default state for IGroups up to given UpToLevel (excluding).
The default is true.
Methods
IsExpanded(ExpandBehaviorParameters)
Gets if item is expanded.
Declaration
cs-api-definition
public bool IsExpanded(ExpandBehaviorParameters parameter)
Parameters
parameter
The item which expanded state will be queried.
Returns
True if item is expanded, otherwise false.
Implements