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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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. |
See Also