EditConstructorContext.ParameterService Property
In This Article
Specifies an object that provides a service functionality to manage report parameters.
Namespace: DevExpress.DataAccess.UI.ObjectBinding
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public IParameterService ParameterService { get; set; }
#Property Value
Type | Description |
---|---|
IParameter |
An object implementing the IParameter |
See Also