Skip to main content
All docs
V19.2

PivotGridFieldBase.IsOLAPFieldName(String) Method

Gets whether the specified field name follows the OLAP field naming convention.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public static bool IsOLAPFieldName(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A string that represents a field name.

Returns

Type Description
Boolean

true if the specified field name follows the OLAP field naming convention; otherwise, false.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also