Skip to main content

PivotGridFieldCollection.Item[String] Property

Gets the field with the specified name.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotGridField this[string fieldName] { get; }

#Parameters

Name Type Description
fieldName String

A string value specifying the bound field name of the required PivotGridField object.

#Property Value

Type Description
PivotGridField

The PivotGridField object representing the field with the specified name; null (Nothing in Visual Basic) if the field does not exist.

See Also