A newer version of this page is available.
Switch to the current version.
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; }
<Browsable(False)>
Public ReadOnly Property EditingFieldsHighlighted As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if the document has the editing fields highlighted; otherwise, false. |
See Also
Feedback