Back to Devexpress

SpreadsheetProtectionBehaviorOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-92e69e3c.md

latest2.2 KB
Original Source

SpreadsheetProtectionBehaviorOptions Class

Provides options to restrict an end-user’s capability to protect or unprotect a document in the SpreadsheetControl.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public class SpreadsheetProtectionBehaviorOptions :
    SpreadsheetNotificationOptions
vb
<ComVisible(True)>
Public Class SpreadsheetProtectionBehaviorOptions
    Inherits SpreadsheetNotificationOptions

The following members return SpreadsheetProtectionBehaviorOptions objects:

Remarks

An instance of the SpreadsheetProtectionBehaviorOptions class is accessible via the SpreadsheetBehaviorOptions.Protection property (use the SpreadsheetControl.Options.Behavior.Protection notation).

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetProtectionBehaviorOptions

See Also

SpreadsheetProtectionBehaviorOptions Members

Protection

DevExpress.XtraSpreadsheet Namespace