Skip to main content
A newer version of this page is available. .

StyleFormatConditionBase.CheckValue(Object, Object, Object) Method

Checks whether the specified value in the specified column and data row matches the current style condition.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual bool CheckValue(
    object column,
    object val,
    object row
)

Parameters

Name Type Description
column Object

An object that represents a column.

val Object

An object that represents the tested value.

row Object

An object that refers to a target row.

Returns

Type Description
Boolean

true, if the specified value in the specified column and row matches the current style condition; otherwise, false.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CheckValue(Object, Object, Object) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also