HeaderParameterCollection.Item[String] Property
Provides access to individual header parameters in the collection 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 |
---|---|---|
headerName | String | Specifies the header parameter’s name. |
Property Value
Type | Description |
---|---|
HeaderParameter | The header parameter that has the specified name. null (Nothing in Visual Basic) if the collection does not contain a header parameter with the specified name. |
See Also