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

FormatConditionCommandParameters.Row Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public PivotGridField Row { get; set; }

Property Value

Type Description
PivotGridField

A PivotGridField object that is a row field.

See Also