IItemExpandBehavior<T>
Interface
Provides method that specify the expand/collapse state of item.
Definition
Namespace:Telerik.WinControls.UI.PivotGrid
Assembly:Telerik.WinControls.PivotGrid.dll
Type Parameters:
T
The type of item.
Syntax:
C#
public interface IItemExpandBehavior<T>
Derived Classes:
Methods
Gets if item is expanded.
C#
bool IsExpanded(T parameter)
The item which expanded state will be queried.
Returns:True if item is expanded, otherwise false.