Skip to main content
All docs
V23.2

GroupStateChangingEventArgs.Groups Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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