Back to Devexpress

SpreadsheetBehaviorOptions.Protection Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetbehavioroptions-3d7eaf83.md

latest1.8 KB
Original Source

SpreadsheetBehaviorOptions.Protection Property

Provides access to options that specify the document’s capability to apply or remove workbook protection. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public SpreadsheetProtectionBehaviorOptions Protection { get; set; }
vb
Public Property Protection As SpreadsheetProtectionBehaviorOptions

Property Value

TypeDescription
SpreadsheetProtectionBehaviorOptions

A SpreadsheetProtectionBehaviorOptions object that provides access to options specifying the document’s capability to protect or unprotect a workbook.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Protection
SpreadsheetControlOptions

.Behavior .Protection

|

See Also

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.Xpf.Spreadsheet Namespace