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.v18.2.dll

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