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

PrintOptions.AllowEditOptions Property

Specifies whether it is possible to edit print settings.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public bool AllowEditOptions { get; }

Property Value

Type Description
Boolean

true, if it is possible to edit print options; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowEditOptions
BackstagePrintPreview
.PrintOptions.AllowEditOptions
See Also