menu

WPF

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

    Show / Hide Table of Contents

    Class GroupExpandedEventArgs

    Provides the data when group is expanded.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GroupExpandedEventArgs
    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 GroupExpandedEventArgs : SyncfusionEventArgs

    Constructors

    GroupExpandedEventArgs()

    Declaration
    public GroupExpandedEventArgs()

    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