Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DocumentOptions.Events Property

Provides access to options used to specify how certain events are raised for the workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public WorkbookEventOptions Events { get; }

Property Value

Type Description
WorkbookEventOptions

A WorkbookEventOptions object comprising workbook event settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Events
WinForms Controls SpreadsheetControl
.Options.Events
Office File API ISpreadsheetComponent
.Options.Events
Workbook
.Options.Events
See Also