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

PivotGridFilterItem.ConvertValueCatched(PivotGridFieldBase, Object) Method

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public static object ConvertValueCatched(
    PivotGridFieldBase field,
    object value
)

Parameters

Name Type
field PivotGridFieldBase
value Object

Returns

Type
Object
See Also