officefileapi-devexpress-dot-xtraspreadsheet-92e69e3c.md
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
[ComVisible(true)]
public class SpreadsheetProtectionBehaviorOptions :
SpreadsheetNotificationOptions
<ComVisible(True)>
Public Class SpreadsheetProtectionBehaviorOptions
Inherits SpreadsheetNotificationOptions
The following members return SpreadsheetProtectionBehaviorOptions objects:
An instance of the SpreadsheetProtectionBehaviorOptions class is accessible via the SpreadsheetBehaviorOptions.Protection property (use the SpreadsheetControl.Options.Behavior.Protection notation).
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetProtectionBehaviorOptions
See Also