Document.IsLocked Property
In This Article
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
#Property Value
Type | Description |
---|---|
Boolean | true, if the document is locked; otherwise, false. |
#Remarks
On creating a Document instance, the IsLocked property returns true.
- Calling the PrintingSystemBase.Begin method sets this property value to false.
- Calling the PrintingSystemBase.End method sets this property value back to true.
See Also