Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridFieldBase.IsOLAPFieldName(String) Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.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