Back to Devexpress

SpreadsheetBehaviorOptions.Drawing Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetbehavioroptions-ef31d774.md

latest1.8 KB
Original Source

SpreadsheetBehaviorOptions.Drawing Property

Provides access to options that specify the document’s capability to perform different operations over drawing objects.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public SpreadsheetDrawingBehaviorOptions Drawing { get; }
vb
Public ReadOnly Property Drawing As SpreadsheetDrawingBehaviorOptions

Property Value

TypeDescription
SpreadsheetDrawingBehaviorOptions

A SpreadsheetDrawingBehaviorOptions object that is a storage of end-user restrictions applied to operations over drawing objects.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Drawing
SpreadsheetControlOptions

.Behavior .Drawing

|

See Also

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.XtraSpreadsheet Namespace