Back to Devexpress

GroupStateChangingEventArgs.Groups Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-groupstatechangingeventargs.md

latest1.3 KB
Original Source

GroupStateChangingEventArgs.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

GroupStateChangingEventArgs Class

GroupStateChangingEventArgs Members

DevExpress.XtraSpreadsheet Namespace