Skip to main content
A newer version of this page is available.
All docs
V19.1

ParameterValueProvider.GetValue(IParameter) Method

Returns the value of a specified parameter.

Namespace: DevExpress.Xpf.Printing.Parameters

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public object GetValue(
    IParameter parameterIdentity
)

Parameters

Name Type Description
parameterIdentity IParameter

An object implementing the IParameter interface.

Returns

Type Description
Object

A Object, specifying the parameter value.

See Also