Back to Devexpress

PivotGridStyleFormatCondition.FieldName Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridstyleformatcondition-05cdb84b.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public string FieldName { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty>
Public Property FieldName As String

Property Value

TypeDescription
String

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

|

See Also

Field

PivotGridStyleFormatCondition Class

PivotGridStyleFormatCondition Members

DevExpress.XtraPivotGrid Namespace