PivotGridFormatConditionCollection.Item[Object] Property
In This Article
Gets a style format condition with the specified tag.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridStyleFormatCondition this[object tag] { get; }
#Parameters
Name | Type | Description |
---|---|---|
tag | Object | An object which contains information associated with the style format condition. |
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also