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

    Contains data for the SpreadsheetControl.BeforeOutlineButtonClick event.
    Name Description
    Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
    IsRowOutline Indicates whether a user clicks the outline button for row groups.
    Level Returns the group level that corresponds to the outline button a user clicks.
    See Also