Skip to main content
All docs
V25.1
  • GroupStateChangedEventArgs.Groups Property

    Returns information about groups affected by the expand/collapse operation.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public IList<SpreadsheetGroupInfo> Groups { get; }

    Property Value

    Type Description
    IList<SpreadsheetGroupInfo>

    A list of objects that contain group information.

    See Also