GroupStateChangingEventArgs.Groups Property
Returns information about groups affected by the expand/collapse operation.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
IList<SpreadsheetGroupInfo> | A list of objects that contain group information. |
See Also