Skip to main content

Document.IsLocked Property

Indicates whether or not the current Document instance is locked.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public virtual bool IsLocked { get; }

#Property Value

Type Description
Boolean

true, if the document is locked; otherwise, false.

#Remarks

On creating a Document instance, the IsLocked property returns true.

See Also