BeforeOutlineButtonClickEventArgs Properties
Contains data for theSpreadsheetControl.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