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

PivotGridStyleFormatCondition.FieldName Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public string FieldName { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the field which identifies the columns whose values are used in conditional formatting.

See Also