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