menu

WinForms

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

    Show / Hide Table of Contents

    Class CommandStackGroupChanged

    Implements the functionality to create the Command Stack Grouping.

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

    Constructors

    CommandStackGroupChanged(GridRangeInfo, Boolean, Boolean)

    Initializes the new instances of the CommandStackGroupChanged class.

    Declaration
    public CommandStackGroupChanged(GridRangeInfo range, bool filter, bool isRowgrouping)
    Parameters
    Type Name Description
    GridRangeInfo range

    Used to get the range of cells

    System.Boolean filter

    Used to filter the cells

    System.Boolean isRowgrouping

    Used for grouping

    Properties

    IsFilter

    Gets the filter value.

    Declaration
    public bool IsFilter { get; }
    Property Value
    Type
    System.Boolean

    IsRowGrouping

    Gets the grouping value.

    Declaration
    public bool IsRowGrouping { get; }
    Property Value
    Type
    System.Boolean

    Range

    Gets the range of cells.

    Declaration
    public GridRangeInfo Range { get; }
    Property Value
    Type
    GridRangeInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved