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