Skip to main content

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.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, 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