Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public bool IsFit(
        BaseRow row,
        int recordIndex
    )

    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