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

PivotCustomFieldSortEventArgs.Value2 Property

Gets the second value to compare.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public object Value2 { get; }

Property Value

Type Description
Object

An object that is the second value to compare.

See Also