Document.IsLocked Property
Indicates whether or not the current Document instance is locked.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.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