Class ExpandCollapseEventArgs
Provides data for the IsExpandedChanged event.
Inheritance
System.Object
System.EventArgs
ExpandCollapseEventArgs
Inherited Members
System.EventArgs.Empty
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.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
|