Back to Devexpress

PivotGridFieldBase.GetValueText(IOLAPMember) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-dot-getvaluetext-x28-devexpress-dot-xtrapivotgrid-dot-iolapmember-x29.md

latest1.8 KB
Original Source

PivotGridFieldBase.GetValueText(IOLAPMember) Method

Returns a formatted text representation of the specified OLAP member according to the settings used to format field values.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public virtual string GetValueText(
    IOLAPMember member
)
vb
Public Overridable Function GetValueText(
    member As IOLAPMember
) As String

Parameters

NameTypeDescription
memberIOLAPMember

An object implementing the IOLAPMember interface.

|

Returns

TypeDescription
String

A string that specifies the formatted text representation of the specified OLAP member.

|

See Also

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace