FormatConditionCommandParameters.Measure Property
In This Article
Gets or sets the data field for which the format rule command is executed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridField Measure { get; set; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also