Back to Devexpress

DataLoadingEventArgs.Parameters Property

dashboard-devexpress-dot-dashboardcommon-dot-dataloadingeventargs-3b5e635a.md

latest1.8 KB
Original Source

DataLoadingEventArgs.Parameters Property

Provides access to parameter values passed to the object data source.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public IEnumerable<IParameter> Parameters { get; }
vb
Public ReadOnly Property Parameters As IEnumerable(Of IParameter)

Property Value

TypeDescription
IEnumerable<IParameter>

A collection of IParameter objects that are parameters passed to the object data source.

|

Remarks

Use the IParameter.Value property to access a value of the specified parameter. Note the Parameters property provides read-only access to the parameter values in the DataLoading event handlers.

In this case, changing the IParameter.Value property value has no effect.

See Also

DataLoadingEventArgs Class

DataLoadingEventArgs Members

DevExpress.DashboardCommon Namespace