Back to Devexpress

XRControlParameterCollection Class

xtrareports-devexpress-dot-xtrareports-dot-ui-90c19f1f.md

latest1.7 KB
Original Source

XRControlParameterCollection Class

A collection of control parameters.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class XRControlParameterCollection :
    Collection<XRControlParameter>
vb
Public Class XRControlParameterCollection
    Inherits Collection(Of 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

XRControlParameterCollection Members

DevExpress.XtraReports.UI Namespace