Skip to main content

CustomServerModeSortEventArgsBase<T>.Value2 Property

Gets the second value being compared.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object Value2 { get; }

Property Value

Type Description
Object

An object that represents second value being compared.

See Also