Skip to main content

StyleFormatConditionBase.CheckValue(Object, Object) Method

OBSOLETE

This Method is obsolete now.

This method is obsolete. Use the CheckValue overload that takes the row parameter.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Obsolete]
public bool CheckValue(
    object column,
    object val
)

Parameters

Name Type
column Object
val Object

Returns

Type
Boolean
See Also