alexa

    Show / Hide Table of Contents

    Class GroupCollapsingEventArgs

    Provides a cancelleable data when group is collapsing.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GroupCollapsingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GroupCollapsingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GroupCollapsingEventArgs()

    Declaration
    public GroupCollapsingEventArgs()

    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