Back to Devexpress

FixedFieldValueCondition.Field Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-fixedfieldvaluecondition.md

latest1.4 KB
Original Source

FixedFieldValueCondition.Field Property

Gets or sets the field from the column area. Displayed cells’ values in the fixed column are calculated against this field.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public PivotGridFieldBase Field { get; set; }
vb
Public Property Field As PivotGridFieldBase

Property Value

TypeDescription
PivotGridFieldBase

A PivotGridFieldBase object that is a field.

|

See Also

FixedFieldValueCondition Class

FixedFieldValueCondition Members

DevExpress.XtraPivotGrid Namespace