VGridFormatRule.IsFit(BaseRow, Int32) Method
Returns whether the current format rule evaluates to “true” for the specified cell.
Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | BaseRow | The row to which the cell belongs. |
recordIndex | Int32 | The index of the record to which the cell belongs. |
Returns
Type | Description |
---|---|
Boolean | true if the current rule is true for the specified cell; otherwise, false. |
See Also