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

EditingFieldTemplateSelector Class

Enables you to select which editors to use for content editing in Print Preview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public class EditingFieldTemplateSelector :
    DataTemplateSelector

The following members return EditingFieldTemplateSelector objects:

Remarks

See How to automatically assign appropriate editors for interactive customization of a document’s content in Print Preview for a code sample.

Inheritance

Object
DataTemplateSelector
EditingFieldTemplateSelector
See Also