Back to Devexpress

PivotGridStyleFormatCondition.Field Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridstyleformatcondition-6197727b.md

latest1.4 KB
Original Source

PivotGridStyleFormatCondition.Field Property

Gets or sets the field which identifies the columns whose values are used in conditional formatting.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(null)]
public PivotGridFieldBase Field { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Field As PivotGridFieldBase

Property Value

TypeDefaultDescription
PivotGridFieldBasenull

A PivotGridFieldBase object representing the field which identifies the columns whose values are used in conditional formatting.

|

See Also

PivotGridStyleFormatCondition Class

PivotGridStyleFormatCondition Members

DevExpress.XtraPivotGrid Namespace