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.v26.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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