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

DocumentPreviewControl.HighlightEditingFields Property

Specifies whether or not editing fields are automatically highlighted. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public bool HighlightEditingFields { get; set; }

Property Value

Type Description
Boolean

true, to automatically highlight editing fields; otherwise, false.

See Also