Skip to main content
All docs
V25.1
  • GroupStateChangingEventArgs Properties

    Contains data for the SpreadsheetControl.GroupStateChanging event.
    Name Description
    Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
    Groups Returns information about groups affected by the expand/collapse operation.
    IsExpanding Indicates whether a user is going to expand groups.
    IsRowGroup Indicates whether a user starts to expand/collapse row groups.
    See Also