Skip to main content
A newer version of this page is available. .

Document.IsLocked Property

Indicates whether or not the current Document instance is locked.

Namespace: DevExpress.XtraPrinting

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

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