Skip to main content

IParameterContainer.Item[String] Property

Obtains an individual parameter by its path.

Namespace: DevExpress.DocumentServices.ServiceModel

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

IClientParameter this[string path] { get; }

Parameters

Name Type Description
path String

A String value.

Property Value

Type Description
IClientParameter

An object implementing the IClientParameter interface.

See Also