Skip to main content
A newer version of this page is available. .
All docs
V20.2

EditingFieldCollection.Item[Int32] Property

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public EditingField this[int index] { get; set; }

Parameters

Name Type
index Int32

Property Value

Type
EditingField
See Also