A newer version of this page is available.
Switch to the current version.
IDocumentViewModel.EditingFields Property
Provides access to the document's collection of editing fields.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v18.2.dll
Declaration
IEnumerable<EditingField> EditingFields { get; }
ReadOnly Property EditingFields As IEnumerable(Of EditingField)
Property Value
Type | Description |
---|---|
IEnumerable<EditingField> | A collection of EditingField objects. |
See Also
Feedback