Interface
IItemExpandBehavior<T>

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

bool

True if item is expanded, otherwise false.

In this article
DefinitionMethodsIsExpanded(T)
Not finding the help you need?
Contact Support