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

GridFormatRule.IsFit(Object, Int32) Method

Returns whether the current format rule evaluates to “true” for the specified cell value in the specified row.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public bool IsFit(
    object cellValue,
    int dataSourceRowIndex
)

Parameters

Name Type Description
cellValue Object

A cell value.

dataSourceRowIndex Int32

The index of the target row in the data source.

Returns

Type Description
Boolean

true, if the current rule is true; otherwise, false.

See Also