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

CustomServerModeSortEventArgs.OlapMember2 Property

Get the second member being compared.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public IOLAPMember OlapMember2 { get; }

Property Value

Type Description
IOLAPMember

An object that implements the IOLAPMember interface.

See Also