Interface IItemExpandBehavior<T>
Provides method that specify the expand/collapse state of item.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IItemExpandBehavior<T>
Type Parameters
T
The type of item. |
Methods
IsExpanded(T)
Gets if item is expanded.
Declaration
bool IsExpanded(T parameter)
Parameters
T
parameter
The item which expanded state will be queried. |
Returns
System.Boolean
True if item is expanded, otherwise false. |