CustomServerModeSortEventArgs.OlapMember1 Property
In This Article
Get the first member being compared.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public IOLAPMember OlapMember1 { get; }
#Property Value
Type | Description |
---|---|
IOLAPMember | An object that implements the IOLAPMember interface. |
See Also