Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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