officefileapi-devexpress-dot-xtraspreadsheet-16e6c9f3.md
Provides options to restrict an end-user’s ability to modify drawing objects embedded into the SpreadsheetControl‘s document.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public class SpreadsheetDrawingBehaviorOptions :
SpreadsheetNotificationOptions
<ComVisible(True)>
Public Class SpreadsheetDrawingBehaviorOptions
Inherits SpreadsheetNotificationOptions
The following members return SpreadsheetDrawingBehaviorOptions objects:
An instance of the SpreadsheetDrawingBehaviorOptions class is accessible via the SpreadsheetBehaviorOptions.Drawing property (use the SpreadsheetControl.Options.Behavior.Drawing notation).
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetDrawingBehaviorOptions
See Also