Skip to main content
All docs
V25.1
  • DocumentProperties.Security Property

    Gets or sets the presentation security level.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public DocumentSecurityType Security { get; }

    Property Value

    Type Description
    DocumentSecurityType

    An enumeration value that indicates the security level.

    Available values:

    Name
    None
    Password
    ReadonlyRecommended
    ReadonlyEnforced
    Locked
    See Also