menu

WPF

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

    Show / Hide Table of Contents

    Class GroupCollapsedEventArgs

    Provides the data when the group is collapsed.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GroupCollapsedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    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)
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GroupCollapsedEventArgs : SyncfusionEventArgs

    Constructors

    GroupCollapsedEventArgs()

    Declaration
    public GroupCollapsedEventArgs()

    Properties

    Group

    Gets the group.

    Declaration
    public Group Group { get; }
    Property Value
    Type Description
    Syncfusion.Windows.Data.Group

    The group.

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