Skip to main content

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.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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