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

FormatConditionCommandParameters.Measure Property

Gets or sets the data field for which the format rule command is executed.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public PivotGridField Measure { get; set; }

Property Value

Type Description
PivotGridField

A PivotGridField object that is a data field.

See Also