Skip to main content
All docs
V18.2

FilterConditionBase.CheckValue(Object) Method

Checks whether the specified value matches the current condition.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public virtual bool CheckValue(
    object val
)

Parameters

Name Type Description
val Object

A value to be tested.

Returns

Type Description
Boolean

true if the specified value matches the current condition; otherwise, false.

Remarks

This method supports the internal infrastructure and is not intended to be used directly from your code.

See Also