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

PrintControl.EditingFieldsHighlighted Property

Indicates whether the editing fields are highlighted in the document displayed in the Print Preview.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Printing

Declaration

[Browsable(false)]
public bool EditingFieldsHighlighted { get; }

Property Value

Type Description
Boolean

true if the document has the editing fields highlighted; otherwise, false.

See Also