PathParameterCollection.Item[String] Property
Provides access to individual items from PathParameterCollection by name.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
pathName | String | A path parameter’s name. |
Property Value
Type | Description |
---|---|
PathParameter | The path parameter whose Name matches the specified pathName null (Nothing in Visual Basic) if the collection does not contain a parameter with the specified name. |
See Also