ReadOnlyDocumentProperties.Security Property
In This Article
Returns the security level of the document.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
DocumentSecurity Security { get; }
#Property Value
Type | Description |
---|---|
Document |
An enumeration member that defines the security level. |
Available values:
Name | Description |
---|---|
None | Not specified. |
Password | Document is password protected. |
Readonly |
Document is recommended to be opened as read-only. |
Readonly |
Document is enforced to be opened as read-only. |
Locked | Document is locked for annotation. |
See Also