Back to Devexpress

FormatConditionCommandParameters.Measure Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-formatconditioncommandparameters-21b4e3ea.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotGridField Measure { get; set; }
vb
Public Property Measure As PivotGridField

Property Value

TypeDescription
PivotGridField

A PivotGridField object that is a data field.

|

See Also

FormatConditionCommandParameters Class

FormatConditionCommandParameters Members

DevExpress.Xpf.PivotGrid Namespace