Back to Devexpress

SpreadsheetControlOptions.Behavior Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontroloptions.md

latest1.8 KB
Original Source

SpreadsheetControlOptions.Behavior Property

Provides access to an object that enables you to apply restrictions to different spreadsheet operations.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public SpreadsheetBehaviorOptions Behavior { get; }
vb
Public ReadOnly Property Behavior As SpreadsheetBehaviorOptions

Property Value

TypeDescription
SpreadsheetBehaviorOptions

A SpreadsheetBehaviorOptions class instance containing restriction specifications.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Behavior
SpreadsheetControl

.Options .Behavior

|

See Also

DocumentCapabilities

SpreadsheetControlOptions Class

SpreadsheetControlOptions Members

DevExpress.XtraSpreadsheet Namespace