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.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRControlParameterCollection :
    Collection<XRControlParameter>

Remarks

The following properties return this collection:

See these properties’ descriptions for more information.

Inheritance

Object
Collection<XRControlParameter>
XRControlParameterCollection
See Also