PivotGridFieldBase.GetValueText(IOLAPMember) Method
In This Article
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.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public virtual string GetValueText(
IOLAPMember member
)
#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