Skip to main content
All docs
V19.1

PivotGridFilterItem.ConvertValueUncatched(PivotGridFieldBase, Object) Method

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public static object ConvertValueUncatched(
    PivotGridFieldBase field,
    object value
)

Parameters

Name Type
field PivotGridFieldBase
value Object

Returns

Type
Object
See Also