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

ParametersModel.FindParameterByName(String) Method

Finds a parameter with the specified name.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

Declaration

public ParameterModel FindParameterByName(
    string name
)

Parameters

Name Type Description
name String

A String value, specifying the parameter name.

Returns

Type Description
ParameterModel

A ParameterModel object.

See Also