Skip to main content

PrintOptions.AllowEditOptions Property

Specifies whether it is possible to edit print settings.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

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