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

PivotGridFilterItem.ConvertValueCaught(PivotGridFieldBase, Object) Method

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public static object ConvertValueCaught(
    PivotGridFieldBase field,
    object value
)

Parameters

Name Type
field PivotGridFieldBase
value Object

Returns

Type
Object
See Also