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

XRControlParameterCollection Class

A collection of control parameters.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public class XRControlParameterCollection :
    Collection<XRControlParameter>

The following members return XRControlParameterCollection objects:

Remarks

The following properties return this collection:

See these properties’ descriptions for more information.

Inheritance

Object
Collection<XRControlParameter>
XRControlParameterCollection
See Also