Skip to main content
All docs
V25.1
  • XRControlParameterCollection Class

    A collection of control parameters.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.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