Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

GroupStateChangedEventArgs.Groups Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

public IList<SpreadsheetGroupInfo> Groups { get; }

Property Value

Type Description
IList<SpreadsheetGroupInfo>

A list of objects that contain group information.

See Also