New to Telerik UI for WinFormsStart a free 30-day trial

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: GroupsExpandBehavior

Methods

Gets if item is expanded.

C#
bool IsExpanded(T parameter)
Parameters:parameterT

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