IParameterContainer.Item[String] Property
Obtains an individual parameter by its path.
Namespace: DevExpress.DocumentServices.ServiceModel
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String value. |
Property Value
Type | Description |
---|---|
IClientParameter | An object implementing the IClientParameter interface. |
See Also