Back to Devexpress

SpreadsheetBehaviorOptions.Worksheet Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetbehavioroptions-c1eb180b.md

latest1.7 KB
Original Source

SpreadsheetBehaviorOptions.Worksheet Property

Gets or sets whether worksheet operations are permitted. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public SpreadsheetWorksheetBehaviorOptions Worksheet { get; set; }
vb
Public Property Worksheet As SpreadsheetWorksheetBehaviorOptions

Property Value

TypeDescription
SpreadsheetWorksheetBehaviorOptions

A SpreadsheetWorksheetBehaviorOptions object that provides access to options specifying the document’s capability to perform different operations over worksheets.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Worksheet
SpreadsheetControlOptions

.Behavior .Worksheet

|

See Also

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.Xpf.Spreadsheet Namespace