menu

UWP

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

    Show / Hide Table of Contents

    Class GroupChangingEventArgs

    Provides data for the GroupExpanding and GroupCollapsing events.

    Inheritance
    System.Object
    GridCancelEventArgs
    GroupChangingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GroupChangingEventArgs : GridCancelEventArgs

    Constructors

    GroupChangingEventArgs(Object)

    Initializes a new instance of GroupChangingEventArgs class.

    Declaration
    public GroupChangingEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Group

    Gets the corresponding Group that is being expanded or collapsed in view.

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

    The Group that is being changed in view.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved