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

EditingFieldCollection Class

The collection of fields whose content can be edited in Print Preview.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v21.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public class EditingFieldCollection :
    IList<EditingField>,
    ICollection<EditingField>,
    IEnumerable<EditingField>,
    IEnumerable,
    ICollection

Remarks

The EditingFieldCollection object can be accessed using the PrintingSystemBase.EditingFields property.

Each time a control with the EditOptions.Enabled property set to true is rendered in Print Preview, a new appropriate EditingField instance is added to the EditingFields collection: TextEditingField for a label or its descendant, and CheckEditingField for a check box.

Inheritance

Object
EditingFieldCollection
See Also