Skip to main content

CustomServerModeSortEventArgs.OlapMember2 Property

Get the second member being compared.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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