Back to Devexpress

PrintControl.EditingFieldsHighlighted Property

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-130baa39.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
public bool EditingFieldsHighlighted { get; }
vb
<Browsable(False)>
Public ReadOnly Property EditingFieldsHighlighted As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PrintControl Class

PrintControl Members

DevExpress.XtraPrinting.Control Namespace