WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupExpandCollapseChangingEventArgs

    Show / Hide Table of Contents

    Class GroupExpandCollapseChangingEventArgs

    Provides data for the GroupExpanding and GroupCollapsing events.

    Inheritance
    System.Object
    GroupExpandCollapseChangingEventArgs
    Namespace: Syncfusion.WinForms.ListView.Events
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class GroupExpandCollapseChangingEventArgs : CancelEventArgs

    Constructors

    GroupExpandCollapseChangingEventArgs()

    Initializes a new instance of the GroupExpandCollapseChangingEventArgs class.

    Declaration
    public GroupExpandCollapseChangingEventArgs()

    Properties

    Group

    Gets a group that is being 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 - 2023 Syncfusion Inc. All Rights Reserved