Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotPageFieldCollection.Item[String] Property

Provides access to an individual page field in the collection by its name.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

PivotPageField this[string name] { get; }

Parameters

Name Type Description
name String

A string that specifies the name of the page field to be obtained.

Property Value

Type Description
PivotPageField

A PivotPageField object that is a page field with the specified name.

Remarks

Use the Item property to obtain a specific page field in the collection by specifying its name. If no matches are found, this method returns null (Nothing in Visual Basic).

See Also