GridFormatRule.IsFit(GridColumn, Int32) Method
Returns whether the current format rule evaluates to “true” for the specified cell.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v26.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| column | GridColumn | The column to which the cell belongs. |
| rowHandle | Int32 | The handle of the row to which the cell belongs. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the current rule is true for the specified cell; otherwise, false. |
See Also