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