menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupExpandCollapseChangedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupExpandCollapseChangedEventArgs

    Provides data for the GroupExpanded and GroupCollapsed events.

    Inheritance
    System.Object
    System.EventArgs
    GroupExpandCollapseChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.ListView.Events
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class GroupExpandCollapseChangedEventArgs : EventArgs

    Constructors

    GroupExpandCollapseChangedEventArgs()

    Initializes a new instance of the GroupExpandCollapseChangedEventArgs class.

    Declaration
    public GroupExpandCollapseChangedEventArgs()

    Properties

    Group

    Gets a group that is expanded or collapsed in view.

    Declaration
    public GroupResult Group { get; }
    Property Value
    Type Description
    GroupResult

    The GroupResult that is being changed in view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved