FormatConditionCommandParameters.Column Property
In This Article
Gets or sets the column field to 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 Column { get; set; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also