Back to Devexpress

FormatConditionCommandParameters.Column Property

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

latest1.2 KB
Original Source

FormatConditionCommandParameters.Column Property

Gets or sets the column field to 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 Column { get; set; }
vb
Public Property Column As PivotGridField

Property Value

TypeDescription
PivotGridField

A PivotGridField object that is a column field.

|

See Also

FormatConditionCommandParameters Class

FormatConditionCommandParameters Members

DevExpress.Xpf.PivotGrid Namespace