Skip to main content

EditingFieldExtensions.EditorInfoCollection Property

Provides access to the collection of editors that can be used for changing control content in Print Preview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IEnumerable<InplaceEditorInfoBase> EditorInfoCollection { get; }

Property Value

Type Description
IEnumerable<InplaceEditorInfoBase>

A collection of editors that can be used for content editing in Print Preview.

See Also