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

PivotGridFilterItem.ConvertValueUncatched(PivotGridFieldBase, Object) Method

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public static object ConvertValueUncatched(
    PivotGridFieldBase field,
    object value
)

Parameters

Name Type
field PivotGridFieldBase
value Object

Returns

Type
Object
See Also