Class ExpandCollapseEventArgs
Provides data for the IsExpandedChanged event.
Inheritance
System.Object
ExpandCollapseEventArgs
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class ExpandCollapseEventArgs : EventArgs
Properties
IsExpanded
Gets the state of the PivotGroupHeader.
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|