PivotDataFieldCollection.Item[String] Property
Provides access to an individual data field in the collection by its name.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
PivotDataField this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the name of the data field to be obtained. This value matches the value of the Pivot |
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Use the Item property to obtain a specific data field in the collection by specifying its name. When searching, the name parameter value is compared to the PivotDataField.Name property of the PivotDataField objects contained in the collection. If no matches are found, this method returns null (Nothing in Visual Basic).