Skip to main content
All docs
V25.1
  • Row

    ReadOnlyDocumentProperties.Security Property

    Returns the security level of the document.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    DocumentSecurity Security { get; }

    Property Value

    Type Description
    DocumentSecurity

    An enumeration member that defines the security level.

    Available values:

    Name Description
    None

    Not specified.

    Password

    Document is password protected.

    ReadonlyRecommended

    Document is recommended to be opened as read-only.

    ReadonlyEnforced

    Document is enforced to be opened as read-only.

    Locked

    Document is locked for annotation.

    See Also