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

IDocumentViewModel.EditingFields Property

Provides access to the document’s collection of editing fields.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

IEnumerable<EditingField> EditingFields { get; }

Property Value

Type Description
IEnumerable<EditingField>

A collection of EditingField objects.

See Also