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.v19.1.dll

Declaration

public PivotGridField Measure { get; set; }

Property Value

Type Description
PivotGridField

A PivotGridField object that is a data field.

See Also