PivotGridField.GetValueText(IOLAPMember) Method
Returns a formatted text representation of the specified OLAP member according to the settings used to format field values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
member | IOLAPMember | An object implementing the IOLAPMember interface. |
Returns
Type | Description |
---|---|
String | A string that specifies the formatted text representation of the specified OLAP member. |
See Also