GroupsExpandBehavior
Class
Specify the expanded state of IGroups.
Definition
Namespace:Telerik.WinControls.UI.PivotGrid
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class GroupsExpandBehavior : IItemExpandBehavior<ExpandBehaviorParameters>
Inheritance: objectGroupsExpandBehavior
Implements:
Constructors
Initializes a new instance of the GroupsExpandBehavior class.
C#
public GroupsExpandBehavior()
Properties
Specify the default state for IGroups up to given UpToLevel (excluding).
The default is true.
C#
public bool Expanded { get; set; }
Methods
Gets if item is expanded.
C#
public bool IsExpanded(ExpandBehaviorParameters parameter)
The item which expanded state will be queried.
Returns:True if item is expanded, otherwise false.
Implements: