Back to Devexpress

GroupStateChangedEventArgs.Groups Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-groupstatechangedeventargs.md

latest1.3 KB
Original Source

GroupStateChangedEventArgs.Groups Property

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

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public IList<SpreadsheetGroupInfo> Groups { get; }
vb
Public ReadOnly Property Groups As IList(Of SpreadsheetGroupInfo)

Property Value

TypeDescription
IList<SpreadsheetGroupInfo>

A list of objects that contain group information.

|

See Also

GroupStateChangedEventArgs Class

GroupStateChangedEventArgs Members

DevExpress.XtraSpreadsheet Namespace