Skip to main content
A newer version of this page is available. .

PivotGridFormatConditionCollection.Item[Int32] Property

Provides indexed access to individual items within the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridStyleFormatCondition this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the item’s zero based index within the collection. If its negative or exceeds the last available index, an exception is raised.

Property Value

Type Description
PivotGridStyleFormatCondition

A PivotGridStyleFormatCondition object which resides at the specified position within the collection.

See Also