Class ExpandBehaviorParameters
Specify parameters for GroupsExpandBehavior.
Inheritance
System.Object
ExpandBehaviorParameters
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public class ExpandBehaviorParameters : Object
Constructors
ExpandBehaviorParameters()
Declaration
public ExpandBehaviorParameters()
Properties
Item
Gets the IGroup specified as parameter.
Declaration
public IGroup Item { get; }
Property Value
IGroup
|